diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-11-13 17:21:12 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-14 21:24:48 +0900 |
commit | dbbdf62e26ca3d94ba1d93578263b27f3a4b6486 (patch) | |
tree | f834c7d8503561c170640408a77f6ab2f95086eb /qt-ui/diveplanner.ui | |
parent | 37e7984e152898e801a783777e81a3e878425cdb (diff) | |
download | subsurface-dbbdf62e26ca3d94ba1d93578263b27f3a4b6486.tar.gz |
Makes the Air Types widget on the planner smaller ( but expanding.)
This patch makes the Air Types widget on the planner smaller,
since on most dives users will only enter 1 to 2 dives, it's
not good to have so much whitespace. this makes it smaller for
small screens, and it will grow on bigger screens where space
is not an issue.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index 570d64819..a4e8e38cd 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>352</height> + <width>515</width> + <height>591</height> </rect> </property> <property name="windowTitle"> @@ -45,8 +45,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>352</height> + <width>515</width> + <height>591</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_2"> @@ -118,7 +118,7 @@ <item row="7" column="0" colspan="2"> <widget class="TableView" name="cylinderTableWidget" native="true"> <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> |