From bd597f07ab85d667ced3c6ef4afce828db73705e Mon Sep 17 00:00:00 2001
From: vorenon <edelmann.manuel@gmail.com>
Date: Thu, 28 Feb 2013 19:22:10 +0100
Subject: [PATCH] Centered the loading text

---
 files/mygui/openmw_loading_screen.layout | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/files/mygui/openmw_loading_screen.layout b/files/mygui/openmw_loading_screen.layout
index 4b6861151a..1e4bba5ed8 100644
--- a/files/mygui/openmw_loading_screen.layout
+++ b/files/mygui/openmw_loading_screen.layout
@@ -8,7 +8,8 @@
 
             <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 type="ProgressBar" skin="MW_Progress_Loading" position="20 36 260 8" name="ProgressBar">