diff options
author | Patrick Valsecchi <patrick@thus.ch> | 2013-10-01 15:53:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-01 09:50:43 -0700 |
commit | adefc8805a7474e6f0baca476df33f7ab8ea38c8 (patch) | |
tree | 85489d3231127d78808a3d1994a57baaa6566aba /qt-ui | |
parent | f02b5e5d9093cb8e3049d1c02d5f8b321e101749 (diff) | |
download | subsurface-adefc8805a7474e6f0baca476df33f7ab8ea38c8.tar.gz |
Added a spacer at the bottom of the dive info and stats grids
Fixes #204
Signed-off-by: Patrick Valsecchi <patrick@thus.ch>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.ui | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 031aa0df0..13121ab30 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -583,6 +583,22 @@ </layout> </widget> </item> + <item row="4" column="0"> + <spacer> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </item> </layout> </widget> </widget> @@ -716,6 +732,22 @@ </layout> </widget> </item> + <item row="2" column="0"> + <spacer> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </item> </layout> <zorder>groupBox_8b</zorder> <zorder>groupBox_4b</zorder> |