diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-25 14:49:34 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-25 17:43:14 -0700 |
commit | 946615b8d7df8ee0f1e3f919846fd3e4c006f99d (patch) | |
tree | 798905356fa1f1ace715e34d0a6a7d841046a713 /qt-ui/locationInformation.ui | |
parent | d5013a788380e65adf30529787b15ef7fe5bf105 (diff) | |
download | subsurface-946615b8d7df8ee0f1e3f919846fd3e4c006f99d.tar.gz |
Layout issues: Major rework on the MainTab
This seems almost perfect now.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationInformation.ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index 38eb36145..fbb11b3c6 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -17,14 +17,23 @@ <string>Dive Site</string> </property> <layout class="QGridLayout" name="gridLayout"> - <property name="bottomMargin"> + <property name="leftMargin"> <number>12</number> </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <property name="horizontalSpacing"> <number>2</number> </property> <property name="verticalSpacing"> - <number>-1</number> + <number>5</number> </property> <item row="1" column="0"> <widget class="QLabel" name="label_5"> |