Fix the display dialog
- Make the 2d-panel option visible - Add the menubar-autohide function
This commit is contained in:
parent
351114b999
commit
d6f3b7a375
1 changed files with 12 additions and 2 deletions
|
@ -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/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue