summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-08 11:19:01 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-08 11:19:01 -0800
commit32824e8db8469187bf4358d91d4e1bb1ec5c925d (patch)
tree3c1418cacea28b26ccd3cf66088abad4a59f9aa7 /qt-ui/downloadfromdivecomputer.ui
parent3854495832bfe4b075aeb5f9955aaf102467c882 (diff)
downloadsubsurface-32824e8db8469187bf4358d91d4e1bb1ec5c925d.tar.gz
Dive d/l selection UI: brute force size optimizations
This is horrible, but it gets something in place and hopefully we can clean this up soon. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.ui')
-rw-r--r--qt-ui/downloadfromdivecomputer.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui
index 019422374..1b29f2128 100644
--- a/qt-ui/downloadfromdivecomputer.ui
+++ b/qt-ui/downloadfromdivecomputer.ui
@@ -165,6 +165,12 @@
<property name="title">
<string>Downloaded Dives</string>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<layout class="QHBoxLayout" name="downloadedViewLayout">
<item>
<widget class="QTableView" name="downloadedView"/>