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>
|
||||
</checkbox>
|
||||
|
||||
<item>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Show 2D Panel</label>
|
||||
<property>/sim/panel/visibility</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</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>
|
||||
|
||||
<hrule/>
|
||||
|
|
Loading…
Reference in a new issue