Skip to content
Snippets Groups Projects
Commit c82b0afb authored by James Rowe's avatar James Rowe
Browse files

QT: Fix the loading screen 'H' switch logo to not glitch out

parent f574d324
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ border-radius: 15px; ...@@ -132,7 +132,7 @@ border-radius: 15px;
font: 75 15pt &quot;Arial&quot;;</string> font: 75 15pt &quot;Arial&quot;;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Stage 1 of 2. Estimate Time 5m 4s</string> <string>Estimated Time 5m 4s</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -146,6 +146,9 @@ font: 75 15pt &quot;Arial&quot;;</string> ...@@ -146,6 +146,9 @@ font: 75 15pt &quot;Arial&quot;;</string>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="margin"> <property name="margin">
<number>30</number> <number>30</number>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment