diff options
author | willemferguson <willemferguson@zoology.up.ac.za> | 2019-11-27 14:52:42 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-27 08:47:24 -0800 |
commit | 2048c7f73dbb0874c1e0fbf8816e1fbce8421ffc (patch) | |
tree | bb5064a90c5544ff29a0aae099ec71ff22e4d4a4 /desktop-widgets/tab-widgets/TabDiveInformation.ui | |
parent | e8a60429514af065a368862d656f5e699d7056e6 (diff) | |
download | subsurface-2048c7f73dbb0874c1e0fbf8816e1fbce8421ffc.tar.gz |
Bugfix: inconsistent groupbox sizes in Iformation tab
This is a bugfix for an error that slipped through.
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.ui')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveInformation.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.ui b/desktop-widgets/tab-widgets/TabDiveInformation.ui index 4fc1ac69c..82f78ee4a 100644 --- a/desktop-widgets/tab-widgets/TabDiveInformation.ui +++ b/desktop-widgets/tab-widgets/TabDiveInformation.ui @@ -249,7 +249,7 @@ </property> <property name="sizePolicy"> <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> - <horstretch>0</horstretch> + <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> @@ -276,8 +276,8 @@ <set>Qt::AlignHCenter</set> </property> <property name="sizePolicy"> - <sizepolicy hsizetype="Ignored" vsizetype="Maximum"> - <horstretch>0</horstretch> + <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> + <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> @@ -305,8 +305,8 @@ </property> <property name="sizePolicy"> <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>1</verstretch> + <horstretch>1</horstretch> + <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QHBoxLayout" name="diveInfoCnsLayout"> @@ -333,7 +333,7 @@ </property> <property name="sizePolicy"> <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> - <horstretch>0</horstretch> + <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> |