Merge pull request #2088 from jroweboy/h
QT: Fix the loading screen 'H' switch logo to not glitch out
This commit is contained in:
commit
67c1f31251
|
@ -132,7 +132,7 @@ border-radius: 15px;
|
||||||
font: 75 15pt "Arial";</string>
|
font: 75 15pt "Arial";</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 "Arial";</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>
|
||||||
|
|
Reference in New Issue