diff options
author | Joseph W. Joshua <joejoshw@gmail.com> | 2015-01-07 19:53:49 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-07 12:34:45 -0800 |
commit | 810840ddb1cc72282297b1fee2f9afe6c8b3422c (patch) | |
tree | 455fb048ed195eb5ff4d1230eccc5e3526620d9f /qt-ui/divelogimportdialog.ui | |
parent | c4b7ed5444b4add0a8a525f7e0a89026f2092bb2 (diff) | |
download | subsurface-810840ddb1cc72282297b1fee2f9afe6c8b3422c.tar.gz |
Better resizing in the divelog import dialog
Resize the components of the divelog import dialog neatly, with the
table view expanding to fill most of the available space.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.ui')
-rw-r--r-- | qt-ui/divelogimportdialog.ui | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui index 7aace4847..8565ecc05 100644 --- a/qt-ui/divelogimportdialog.ui +++ b/qt-ui/divelogimportdialog.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>586</width> + <width>614</width> <height>434</height> </rect> </property> @@ -25,7 +25,16 @@ <property name="spacing"> <number>0</number> </property> - <property name="margin"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> <number>0</number> </property> <item> @@ -122,7 +131,7 @@ <property name="maximumSize"> <size> <width>16777215</width> - <height>200</height> + <height>16777215</height> </size> </property> <attribute name="horizontalHeaderVisible"> |