|
@@ -51,7 +51,7 @@
|
|
<item row="0" column="0" colspan="2">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QPushButton" name="chooseGradient">
|
|
<widget class="QPushButton" name="chooseGradient">
|
|
<property name="sizePolicy">
|
|
<property name="sizePolicy">
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</sizepolicy>
|
|
@@ -84,6 +84,9 @@
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::Expanding</enum>
|
|
|
|
+ </property>
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
<width>20</width>
|
|
<width>20</width>
|
|
@@ -118,6 +121,9 @@
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
|
+ </property>
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
<width>20</width>
|
|
<width>20</width>
|