diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-25 14:35:47 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-25 17:43:08 -0700 |
commit | d5013a788380e65adf30529787b15ef7fe5bf105 (patch) | |
tree | 733f583a265138cf9a3a42dfa8efd57c8228971d /qt-ui/listfilter.ui | |
parent | a46cc691dc0aa1dc9da6a72310d49413039a915a (diff) | |
download | subsurface-d5013a788380e65adf30529787b15ef7fe5bf105.tar.gz |
Layout issues: Fix spacing for the filter dialog
This is the single filter dialog - the spacing is much better, but when
activated it seems cluttered, this is because the outer layout (the one
that encapsulates everything) has the wrong layouting - I need to find and
fix that. I'll actually change that to a splitter, it will provide a more
flexible resize of the widgets.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/listfilter.ui')
-rw-r--r-- | qt-ui/listfilter.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qt-ui/listfilter.ui b/qt-ui/listfilter.ui index 0588afb24..48d813d21 100644 --- a/qt-ui/listfilter.ui +++ b/qt-ui/listfilter.ui @@ -14,8 +14,26 @@ <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> + <number>5</number> + </property> <item> <widget class="QLabel" name="label"> <property name="text"> |