1
0
Fork 0

Misc changes. Remove the width/height values for the slider, since

the root problem was a C++ bug.  Remove the no-op hbox around the mute
button, and make it "live" when clicked.  Tried to make the slider
live, but discovered that bindings don't work on them; gotta fix
that.  Change some of the wording to be more in line with standard
conventions; hopefully Curt's OK with that. :)
This commit is contained in:
andy 2004-05-14 17:35:18 +00:00
parent 6e40f10ab9
commit cd9119008d

View file

@ -15,22 +15,24 @@
<label>Sound Configuration</label>
</text>
<group>
<layout>hbox</layout>
<checkbox>
<label>Pause Sound</label>
<checkbox>
<label>Mute Sound</label>
<property>/sim/sound/pause</property>
</checkbox>
</group>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<group>
<layout>hbox</layout>
<text><label>Volume:</label></text>
<slider>
<width>75</width>
<height>25</height>
<property>/sim/sound/volume</property>
</slider>
<!-- This doesn't work: need to find out why and fix it. -Andy -->
<binding>
<command>dialog-apply</command>
</binding>
</group>
<group>
@ -38,7 +40,7 @@
<default-padding>10</default-padding>
<button>
<legend>Dismiss</legend>
<legend>OK</legend>
<equal>true</equal>
<binding>
<command>dialog-apply</command>