summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-07-11 18:04:36 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-11 17:00:23 -0700
commit3fa908b2423a1ae4a9598bc07204c47d048a3c00 (patch)
tree234a4165cf0d748cd1f27c72f4b4a399f2f101ce /qt-ui
parentbd993a4135c8b717248ce9dd28ea81995f0c86db (diff)
downloadsubsurface-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>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/searchbar.ui13
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">