Better stretching behavior of the program window (useful if users use App Scaling).

This commit is contained in:
Uwe Risse 2023-12-18 16:19:11 +01:00
parent 97fac57830
commit 35a1d37012

View File

@ -24,8 +24,8 @@
</property>
<property name="maximumSize">
<size>
<width>640</width>
<height>1080</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
@ -337,7 +337,7 @@
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
@ -350,7 +350,7 @@
</property>
<property name="maximumSize">
<size>
<width>620</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
@ -361,20 +361,20 @@
<item row="0" column="0" colspan="2">
<widget class="DisplayText" name="decodedTextBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>100</height>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>610</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
@ -421,7 +421,7 @@ p, li { white-space: pre-wrap; }
<x>0</x>
<y>0</y>
<width>640</width>
<height>21</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">