Reduce minimum size so more likely to fit on Android screens

pull/1883/head
srcejon 2023-11-10 07:59:41 +00:00
rodzic 6e55c030b6
commit 1a5ff18423
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>650</width>
<width>500</width>
<height>392</height>
</size>
</property>
@ -54,7 +54,7 @@
</property>
<property name="minimumSize">
<size>
<width>648</width>
<width>500</width>
<height>0</height>
</size>
</property>
@ -533,7 +533,7 @@
<widget class="QLabel" name="formatStatusText">
<property name="minimumSize">
<size>
<width>595</width>
<width>480</width>
<height>0</height>
</size>
</property>
@ -569,13 +569,13 @@
<rect>
<x>10</x>
<y>180</y>
<width>600</width>
<width>480</width>
<height>210</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<width>480</width>
<height>210</height>
</size>
</property>
@ -1260,6 +1260,11 @@
</widget>
</widget>
<customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>RollupContents</class>
<extends>QWidget</extends>
@ -1278,11 +1283,6 @@
<header>gui/levelmeter.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>TVScreen</class>
<extends>QWidget</extends>