I adjusted the size of the entire screen.
trophies font size and added a margin so it wouldn't be so spaced out.
This commit is contained in:
DanielSvoboda 2025-01-02 14:32:56 -03:00 committed by GitHub
parent a0a4d2e35b
commit f9a85e60f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>970</width> <width>970</width>
<height>670</height> <height>750</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -565,6 +565,9 @@
<property name="leftMargin"> <property name="leftMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="bottomMargin">
<number>80</number>
</property>
<item> <item>
<layout class="QHBoxLayout" name="hLayoutTrophy"> <layout class="QHBoxLayout" name="hLayoutTrophy">
<item> <item>
@ -595,6 +598,12 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="font">
<font>
<pointsize>10</pointsize>
<bold>false</bold>
</font>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>