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,8 +12,16 @@
|
||||||
|
|
||||||
<hrule><dummy/></hrule>
|
<hrule><dummy/></hrule>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
<empty><dummy/></empty>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Mute Sound</label>
|
<label>Mute Sound</label>
|
||||||
|
<halign>left</halign>
|
||||||
<property>/sim/sound/pause</property>
|
<property>/sim/sound/pause</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -33,11 +41,16 @@
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>ATC Chatter</label>
|
<label>ATC Chatter</label>
|
||||||
|
<halign>left</halign>
|
||||||
<property>/sim/sound/atc-chatter</property>
|
<property>/sim/sound/atc-chatter</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<empty><dummy/></empty>
|
||||||
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue