s/OK/Close/; hrule; cleanup
This commit is contained in:
parent
acebb0015a
commit
5c4731ea93
1 changed files with 6 additions and 14 deletions
|
@ -2,20 +2,16 @@
|
|||
|
||||
<!-- Sound control dialog -->
|
||||
|
||||
<!--
|
||||
/sim/sound/pause
|
||||
/sim/sound/volume
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<name>sound-dialog</name>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<label>Sound Configuration</label>
|
||||
<padding>10</padding>
|
||||
</text>
|
||||
|
||||
<hrule><dummy/></hrule>
|
||||
|
||||
<checkbox>
|
||||
<label>Mute Sound</label>
|
||||
<property>/sim/sound/pause</property>
|
||||
|
@ -23,30 +19,26 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text><label>Volume:</label></text>
|
||||
<slider>
|
||||
<property>/sim/sound/volume</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</slider>
|
||||
</group>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>10</default-padding>
|
||||
|
||||
<button>
|
||||
<legend>OK</legend>
|
||||
<legend>Close</legend>
|
||||
<default>true</default>
|
||||
<equal>true</equal>
|
||||
<key>Esc</key>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
|
|
Loading…
Add table
Reference in a new issue