diff options
author | bunnei <bunneidev@gmail.com> | 2019-02-06 03:06:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 03:06:39 +0100 |
commit | 67c1f312517ae29b8e833216b3bda070e59a90ca (patch) | |
tree | 33a006a6cdaa3ce198e99fb0cfd9d4a2a0d69a73 | |
parent | Merge pull request #2085 from ReinUsesLisp/cube-minus-one (diff) | |
parent | QT: Fix the loading screen 'H' switch logo to not glitch out (diff) | |
download | yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar.gz yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar.bz2 yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar.lz yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar.xz yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.tar.zst yuzu-67c1f312517ae29b8e833216b3bda070e59a90ca.zip |
-rw-r--r-- | src/yuzu/loading_screen.ui | 5 |
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 "Arial";</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 "Arial";</string> <property name="text"> <string/> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> <property name="margin"> <number>30</number> </property> |