gui/dialogs/vr-options: Make more space for info
Make more space for OpenXR information in the VR options dialog. The OpenXR Runtime string on Monado is quite long, and VR State can now include a couple of lines of error messages.
This commit is contained in:
parent
90ea130d04
commit
01ca62ffbc
1 changed files with 11 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>OpenXR Runtime: MMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<label>OpenXR Runtime: MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<format>OpenXR Runtime: %s</format>
|
||||
<property>/sim/vr/openxr/runtime/name</property>
|
||||
<live>true</live>
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>OpenXR System: MMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<label>OpenXR System: MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<format>OpenXR System: %s</format>
|
||||
<property>/sim/vr/openxr/system/name</property>
|
||||
<live>true</live>
|
||||
|
@ -89,12 +89,20 @@
|
|||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label>VR State: MMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<label>VR State: MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</label>
|
||||
<format>VR State: %s</format>
|
||||
<property>/sim/vr/state-string</property>
|
||||
<live>true</live>
|
||||
<enable><property>/sim/vr/present</property></enable>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label></label>
|
||||
</text>
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<label></label>
|
||||
</text>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
|
|
Loading…
Reference in a new issue