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>
This commit is contained in:
Tomaz Canabrava 2013-11-13 17:21:12 -02:00 committed by Dirk Hohndel
parent 37e7984e15
commit dbbdf62e26

View file

@ -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>