1
0
Fork 0

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:
ThorstenB 2011-07-29 20:54:56 +02:00
parent ce71591abb
commit bddac3cb78
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>