diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-11 18:04:36 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 17:00:23 -0700 |
commit | 3fa908b2423a1ae4a9598bc07204c47d048a3c00 (patch) | |
tree | 234a4165cf0d748cd1f27c72f4b4a399f2f101ce | |
parent | bd993a4135c8b717248ce9dd28ea81995f0c86db (diff) | |
download | subsurface-3fa908b2423a1ae4a9598bc07204c47d048a3c00.tar.gz |
Add a horizontal spacer to make the searchbar layout better
Just a horizontal spacer added to the .ui
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/searchbar.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qt-ui/searchbar.ui b/qt-ui/searchbar.ui index df956b230..22bce39c6 100644 --- a/qt-ui/searchbar.ui +++ b/qt-ui/searchbar.ui @@ -30,6 +30,19 @@ <number>2</number> </property> <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QLineEdit" name="searchEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |