Browse Source
Merge pull request #2088 from jroweboy/h
QT: Fix the loading screen 'H' switch logo to not glitch out
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
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> |
|
|
|
|