mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-04 22:20:14 +00:00
Centered the loading text
This commit is contained in:
parent
f66f67eaa1
commit
bd597f07ab
@ -8,7 +8,8 @@
|
|||||||
|
|
||||||
<Widget type="Widget" skin="HUD_Box" position="0 200 300 60" align="Bottom HCenter">
|
<Widget type="Widget" skin="HUD_Box" position="0 200 300 60" align="Bottom HCenter">
|
||||||
|
|
||||||
<Widget type="AutoSizedTextBox" skin="SandText" position="20 12 260 24" name="LoadingText">
|
<Widget type="TextBox" skin="SandText" position="20 12 260 20" name="LoadingText">
|
||||||
|
<Property key="TextAlign" value="Center"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="ProgressBar" skin="MW_Progress_Loading" position="20 36 260 8" name="ProgressBar">
|
<Widget type="ProgressBar" skin="MW_Progress_Loading" position="20 36 260 8" name="ProgressBar">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user