summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2019-11-27 14:52:42 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-27 08:47:24 -0800
commit2048c7f73dbb0874c1e0fbf8816e1fbce8421ffc (patch)
treebb5064a90c5544ff29a0aae099ec71ff22e4d4a4
parente8a60429514af065a368862d656f5e699d7056e6 (diff)
downloadsubsurface-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>
-rw-r--r--desktop-widgets/tab-widgets/TabDiveInformation.ui12
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>