summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar James Rowe2019-02-05 18:24:15 -0700
committerGravatar James Rowe2019-02-05 18:24:15 -0700
commitc82b0afb698832871d2bc6676cc32fbbe02e8a30 (patch)
tree0335eb5a6b1ccf9cb3417ae852ed18406e6819dd /src
parentMerge pull request #2054 from bunnei/scope-context-refactor (diff)
downloadyuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.gz
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.tar.xz
yuzu-c82b0afb698832871d2bc6676cc32fbbe02e8a30.zip
QT: Fix the loading screen 'H' switch logo to not glitch out
Diffstat (limited to 'src')
-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;
132font: 75 15pt &quot;Arial&quot;;</string> 132font: 75 15pt &quot;Arial&quot;;</string>
133 </property> 133 </property>
134 <property name="text"> 134 <property name="text">
135 <string>Stage 1 of 2. Estimate Time 5m 4s</string> 135 <string>Estimated Time 5m 4s</string>
136 </property> 136 </property>
137 </widget> 137 </widget>
138 </item> 138 </item>
@@ -146,6 +146,9 @@ font: 75 15pt &quot;Arial&quot;;</string>
146 <property name="text"> 146 <property name="text">
147 <string/> 147 <string/>
148 </property> 148 </property>
149 <property name="alignment">
150 <set>Qt::AlignCenter</set>
151 </property>
149 <property name="margin"> 152 <property name="margin">
150 <number>30</number> 153 <number>30</number>
151 </property> 154 </property>