Don't stretch stream config simple protocols widget

Only avoid the vertical stretch by adding a spacer, let horizontal still
stretch
This commit is contained in:
Srivats P 2022-02-05 21:22:32 +05:30
parent 2bf2973a23
commit ac52844b3f

View File

@ -675,6 +675,19 @@ QLineEdit:enabled[inputMask = "HH HH HH HH HH HH; "] { background-colo
</layout>
</widget>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">