Ensure selection of status information doesn't take too much space

This commit is contained in:
Martchus 2021-01-02 18:02:48 +01:00
parent 4c4fc676e6
commit 5c47acef46
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<class>QtGui::ConnectionOptionPage</class>
<widget class="QWidget" name="QtGui::ConnectionOptionPage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -517,6 +517,12 @@
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
<property name="flow">
<enum>QListView::LeftToRight</enum>
</property>