diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-09 12:35:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-09 12:35:01 +0100 |
commit | bad34742736f7d9ee781f77766629140a49d6f28 (patch) | |
tree | 0e8e4f6a2a055a23be4835d7fa1ca2564f474482 /tracker-aruco/aruco-trackercontrols.ui | |
parent | 31556c06af55ae63d2a29ddf4888e35e4bcb5782 (diff) |
few: fix spacers breaking layout reflow
Diffstat (limited to 'tracker-aruco/aruco-trackercontrols.ui')
-rw-r--r-- | tracker-aruco/aruco-trackercontrols.ui | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/tracker-aruco/aruco-trackercontrols.ui b/tracker-aruco/aruco-trackercontrols.ui index 7d7be812..8e6b30a6 100644 --- a/tracker-aruco/aruco-trackercontrols.ui +++ b/tracker-aruco/aruco-trackercontrols.ui @@ -10,15 +10,9 @@ <x>0</x> <y>0</y> <width>453</width> - <height>224</height> + <height>218</height> </rect> </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> <property name="windowTitle"> <string>Tracker settings</string> </property> @@ -36,18 +30,12 @@ </property> </widget> </item> - <item row="6" column="0"> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>0</height> - </size> + <item row="5" column="0"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> - </spacer> + </widget> </item> <item row="3" column="0"> <widget class="QFrame" name="frame_3"> @@ -302,13 +290,6 @@ </layout> </widget> </item> - <item row="5" column="0"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> </layout> </widget> <resources/> |