Add wireframe to rendering dialog
This commit is contained in:
parent
3d7d00ead9
commit
2b58f46608
1 changed files with 19 additions and 2 deletions
|
@ -47,9 +47,26 @@
|
|||
</text>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<stretch>1</stretch>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>General</label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<hrule>
|
||||
<stretch>true</stretch>
|
||||
</hrule>
|
||||
</group>
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Wireframe</label>
|
||||
<name>wireframe</name>
|
||||
<property>/sim/rendering/wireframe</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>wireframe</object-name>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<!--
|
||||
|
||||
|
|
Loading…
Reference in a new issue