diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-01-26 14:24:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-28 07:24:10 -0800 |
commit | de569b03bb132b09d397747015629a6cc625e3c2 (patch) | |
tree | 51f42fb23973f41d85ac16a0f0cc298afd43a263 | |
parent | f7cd4fc0216ce8584c218b58c0598bb7c5d7c43d (diff) | |
download | subsurface-de569b03bb132b09d397747015629a6cc625e3c2.tar.gz |
Desktop: add vertical spacer at bottom of filter widget
This way we don't have this weird stretched out look.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | desktop-widgets/filterwidget2.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui index a1ea1cb15..6167de4df 100644 --- a/desktop-widgets/filterwidget2.ui +++ b/desktop-widgets/filterwidget2.ui @@ -331,6 +331,19 @@ </property> </widget> </item> + <item row="12" 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> <customwidgets> |