Stuart BUCHANAN: left align checkboxes
mf: add some space
This commit is contained in:
parent
cc6c40026e
commit
20f8329175
1 changed files with 36 additions and 23 deletions
|
@ -12,32 +12,45 @@
|
||||||
|
|
||||||
<hrule><dummy/></hrule>
|
<hrule><dummy/></hrule>
|
||||||
|
|
||||||
<checkbox>
|
|
||||||
<label>Mute Sound</label>
|
|
||||||
<property>/sim/sound/pause</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
<text><label>Volume:</label></text>
|
<empty><dummy/></empty>
|
||||||
<slider>
|
|
||||||
<property>/sim/sound/volume</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</slider>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<checkbox>
|
<group>
|
||||||
<label>ATC Chatter</label>
|
<layout>vbox</layout>
|
||||||
<property>/sim/sound/atc-chatter</property>
|
|
||||||
<binding>
|
<checkbox>
|
||||||
<command>dialog-apply</command>
|
<label>Mute Sound</label>
|
||||||
</binding>
|
<halign>left</halign>
|
||||||
</checkbox>
|
<property>/sim/sound/pause</property>
|
||||||
|
<binding>
|
||||||
|
<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>
|
||||||
|
</binding>
|
||||||
|
</slider>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<label>ATC Chatter</label>
|
||||||
|
<halign>left</halign>
|
||||||
|
<property>/sim/sound/atc-chatter</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<empty><dummy/></empty>
|
||||||
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue