Minor dialog text updates
- Add unit of OSG display settings (unit is meters according to OSG docs). - "frame spacing" is more comprehensible
This commit is contained in:
parent
ce71591abb
commit
bddac3cb78
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Show worst-case frame latency</label>
|
||||
<label>Show frame spacing</label>
|
||||
<property>/sim/rendering/frame-latency-display</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<format>%.2f</format>
|
||||
<format>%.2f m</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
||||
</text>
|
||||
|
@ -98,7 +98,7 @@
|
|||
</slider>
|
||||
<text>
|
||||
<label>12345678</label>
|
||||
<format>%.2f</format>
|
||||
<format>%.2f m</format>
|
||||
<live>true</live>
|
||||
<property>/sim/rendering/osg-displaysettings/eye-separation</property>
|
||||
</text>
|
||||
|
|
Loading…
Add table
Reference in a new issue