fix typo; rule instead of underscores
This commit is contained in:
parent
7c0b24a30c
commit
30526c9307
1 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,11 @@
|
|||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<label>___________Rendering Options___________</label>
|
||||
<label>Rendering Options</label>
|
||||
</text>
|
||||
|
||||
<hrule><dummy/></hrule>
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
<halign>center</halign>
|
||||
|
@ -227,7 +229,7 @@
|
|||
</checkbox>
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Silouhette (debug)</label>
|
||||
<label>Silhouette (debug)</label>
|
||||
<property>/sim/rendering/shadows-debug</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -242,13 +244,13 @@
|
|||
|
||||
<button>
|
||||
<legend>Close</legend>
|
||||
<default>true</default>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
<default>true</default>
|
||||
</button>
|
||||
|
||||
<empty><stretch>true</stretch></empty>
|
||||
|
|
Loading…
Add table
Reference in a new issue