diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-16 11:51:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-16 08:02:40 -0800 |
commit | c1a05fd03443ac9604684fa22a7efd5172bd2ffc (patch) | |
tree | 56f9c22d492a48aa1ab997a937a99054d3e4c485 /qt-ui/diveplanner.ui | |
parent | 8827ea6f5d029e6b433ed5622ac7258db512f0ae (diff) | |
download | subsurface-c1a05fd03443ac9604684fa22a7efd5172bd2ffc.tar.gz |
Planner: Make cylinder and time/depth boxes scale
When moving the horisontal splitter the cylinder and time/depth boxes
didn't scale down but got "stuck" on a certain height. This makes them
scale down when pulling the horisontal splitter up.
I would prefer if we could scale them individually, but i didn't manage
to get that going, but i didn't manage to get that going.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index d545bbb2c..055dcc686 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -143,13 +143,7 @@ <property name="minimumSize"> <size> <width>0</width> - <height>150</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>150</height> + <height>50</height> </size> </property> </widget> @@ -162,6 +156,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>50</height> + </size> + </property> </widget> </item> <item row="9" column="0" colspan="2"> |