Skip to content

Commit bfd7cd0

Browse files
tduguidtduguid
authored andcommitted
Updated button layout
1 parent ca07ff7 commit bfd7cd0

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

CS/Ribbon.xml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,34 @@
44
<ribbon startFromScratch="true">
55
<qat>
66
<sharedControls >
7-
<control
8-
idMso ="Undo"
9-
/>
10-
<control
11-
idMso ="Redo"
12-
/>
13-
<button
14-
idMso ="FileSendAsAttachment"
15-
label="Email"
16-
screentip="Email File As Attachment"
17-
supertip="This will email the current file as an attachment. "
18-
/>
19-
<separator id="sepSc1"/>
7+
<control idMso ="FileSave" />
208
<button
219
id="btnSaveVersion"
2210
label="Save Version"
2311
onAction="OnAction"
24-
getImage="GetButtonImage"
12+
imageMso="FileSaveAs"
2513
screentip="Save File As Version"
2614
supertip="This will save the current file as a version in the same directory."
15+
insertBeforeMso="Undo"
2716
/>
2817
<button
2918
id="btnSaveCode"
3019
label="Save Code"
3120
onAction="OnAction"
32-
getImage="GetButtonImage"
21+
imageMso="ThemeSaveCurrent"
3322
screentip="Save VBA/XML Code"
3423
supertip="This will save the VBA and XML for the current file in the same directory. (Coming Soon!)"
24+
insertBeforeMso="Undo"
3525
enabled="false"
3626
/>
27+
<control idMso ="Undo"/>
28+
<control idMso ="Redo" />
29+
<button
30+
idMso ="FileSendAsAttachment"
31+
label="Email"
32+
screentip="Email File As Attachment"
33+
supertip="This will email the current file as an attachment. "
34+
/>
3735
<separator id="sepSc2"/>
3836
<button
3937
idMso ="Camera"
@@ -57,7 +55,7 @@
5755
getImage="GetButtonImage"
5856
screentip="Microsoft Problem Steps Recorder"
5957
supertip="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem."
60-
/>
58+
/>
6159
</sharedControls>
6260
<documentControls >
6361
<button idMso="Cut"/>
@@ -624,7 +622,7 @@
624622
<checkBox id="chkBackstagePlsql" label ="PL-SQL" onAction="OnAction_Checkbox" getPressed="GetPressed"/>
625623
<checkBox id="chkBackstageDql" label ="DQL" onAction="OnAction_Checkbox" getPressed="GetPressed"/>
626624
<checkBox id="chkBackstageMarkdown" label ="MARKDOWN" onAction="OnAction_Checkbox" getPressed="GetPressed"/>
627-
<checkBox id="chkBackstageMarkup" label ="MARKUP" onAction="OnAction_Checkbox" getPressed="GetPressed"/>
625+
<checkBox id="chkBackstageMarkup" label ="MARKUP" onAction="OnAction_Checkbox" getPressed="GetPressed"/>
628626
</layoutContainer>
629627
</topItems>
630628
</group>

0 commit comments

Comments
 (0)