summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-02-06 02:24:15 +0100
committerJames Rowe <jroweboy@gmail.com>2019-02-06 02:24:15 +0100
commitc82b0afb698832871d2bc6676cc32fbbe02e8a30 (patch)
tree0335eb5a6b1ccf9cb3417ae852ed18406e6819dd
parentMerge pull request #2054 from bunnei/scope-context-refactor (diff)
downloadyuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.gz
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.bz2
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.lz
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.xz
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.zst
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.zip
-rw-r--r--src/yuzu/loading_screen.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/yuzu/loading_screen.ui b/src/yuzu/loading_screen.ui
index a67d273fd..820b47536 100644
--- a/src/yuzu/loading_screen.ui
+++ b/src/yuzu/loading_screen.ui
@@ -132,7 +132,7 @@ border-radius: 15px;
font: 75 15pt &quot;Arial&quot;;</string>
</property>
<property name="text">
- <string>Stage 1 of 2. Estimate Time 5m 4s</string>
+ <string>Estimated Time 5m 4s</string>
</property>
</widget>
</item>
@@ -146,6 +146,9 @@ font: 75 15pt &quot;Arial&quot;;</string>
<property name="text">
<string/>
</property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
<property name="margin">
<number>30</number>
</property>