1
0
Fork 0

Fix the display dialog

- Make the 2d-panel option visible
- Add the menubar-autohide function
This commit is contained in:
Torsten Dreyer 2010-10-05 16:35:39 +02:00
parent 351114b999
commit d6f3b7a375

View file

@ -42,13 +42,23 @@
</binding> </binding>
</checkbox> </checkbox>
<item> <checkbox>
<halign>left</halign>
<label>Show 2D Panel</label> <label>Show 2D Panel</label>
<property>/sim/panel/visibility</property> <property>/sim/panel/visibility</property>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</item> </checkbox>
<checkbox>
<halign>left</halign>
<label>Autohide Menubar</label>
<property>/sim/menubar/autovisibility/enabled</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
</group> </group>
<hrule/> <hrule/>