mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:17:34 +02:00
Fix update dialog layout on WIn
This commit is contained in:
parent
b6fba04d4f
commit
0634d15abb
1 changed files with 34 additions and 37 deletions
|
@ -60,10 +60,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Arial</family>
|
<pointsize>20</pointsize>
|
||||||
<pointsize>36</pointsize>
|
|
||||||
<stylestrategy>PreferAntialias</stylestrategy>
|
|
||||||
<kerning>false</kerning>
|
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
|
@ -77,10 +74,10 @@
|
||||||
<widget class="QLabel" name="updateContent">
|
<widget class="QLabel" name="updateContent">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>100</x>
|
<x>50</x>
|
||||||
<y>110</y>
|
<y>90</y>
|
||||||
<width>561</width>
|
<width>641</width>
|
||||||
<height>61</height>
|
<height>141</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
|
@ -103,8 +100,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>360</x>
|
<x>360</x>
|
||||||
<y>240</y>
|
<y>240</y>
|
||||||
<width>364</width>
|
<width>374</width>
|
||||||
<height>40</height>
|
<height>42</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
|
Loading…
Reference in a new issue