diff options
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/> |