diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-14 21:59:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:49 +0200 |
commit | 08ce6fe24cec5d67d6da1a4d4c6ebac5f07fc7d9 (patch) | |
tree | bfe323ee98e4e81e7dd5c63af14ac1a2c1c1394e | |
parent | e1eed42fbf1361a731ed9d6b95c0a7836aa914c4 (diff) |
tracker/trackhat: add vertical spacer to dialog
-rw-r--r-- | tracker-trackhat/dialog.ui | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tracker-trackhat/dialog.ui b/tracker-trackhat/dialog.ui index 09e3bef9..92f96f93 100644 --- a/tracker-trackhat/dialog.ui +++ b/tracker-trackhat/dialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>365</width> - <height>385</height> + <height>392</height> </rect> </property> <property name="minimumSize"> @@ -467,6 +467,22 @@ </widget> </item> <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>10</width> + <height>1</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |