mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Reduced width of textboxes in race menu
The width of the text box was too large and MyGui didn't align the texts properly. Fixed with the help of the MyGui layout editor.
This commit is contained in:
parent
f93cefa201
commit
a49e524541
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
<Widget type="Button" skin="MW_ArrowLeft" position="3 2 10 10" align="ALIGN_LEFT ALIGN_VSTRETCH" name="PrevGenderButton"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 294 227 18" name="GenderChoiceT" />
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 294 205 18" name="GenderChoiceT" />
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="234 298 15 14">
|
||||
<Widget type="Button" skin="MW_ArrowRight" position="1 2 10 10" align="ALIGN_RIGHT ALIGN_VSTRETCH" name="NextGenderButton"/>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<Widget type="Button" skin="MW_ArrowLeft" position="3 2 10 10" align="ALIGN_LEFT ALIGN_VSTRETCH" name="PrevFaceButton"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 316 227 18" name="FaceChoiceT" />
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 316 205 18" name="FaceChoiceT" />
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="234 320 15 14">
|
||||
<Widget type="Button" skin="MW_ArrowRight" position="1 2 10 10" align="ALIGN_RIGHT ALIGN_VSTRETCH" name="NextFaceButton"/>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<Widget type="Button" skin="MW_ArrowLeft" position="3 2 10 10" align="ALIGN_LEFT ALIGN_VSTRETCH" name="PrevHairButton"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 338 227 18" name="HairChoiceT" />
|
||||
<Widget type="TextBox" skin="HeaderText" position="25 338 205 18" name="HairChoiceT" />
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="234 342 15 14">
|
||||
<Widget type="Button" skin="MW_ArrowRight" position="1 2 10 10" align="ALIGN_RIGHT ALIGN_VSTRETCH" name="NextHairButton"/>
|
||||
|
|
Loading…
Reference in a new issue