Skip to content

Commit

Permalink
Reduce minimum size so more likely to fit on Android screens
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Nov 10, 2023
1 parent 6e55c03 commit 1a5ff18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugins/channelrx/demoddsd/dsddemodgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>650</width>
<width>500</width>
<height>392</height>
</size>
</property>
Expand Down Expand Up @@ -54,7 +54,7 @@
</property>
<property name="minimumSize">
<size>
<width>648</width>
<width>500</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -533,7 +533,7 @@
<widget class="QLabel" name="formatStatusText">
<property name="minimumSize">
<size>
<width>595</width>
<width>480</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 1a5ff18

Please sign in to comment.