diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 17:34:50 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:38:17 -0800 |
commit | d0a62e452b7327b4fa91f5e05e5edaca46d9a87a (patch) | |
tree | c348120bac69b9127f5f96290cfa6031f8a40d34 /qt-ui/divelogimportdialog.ui | |
parent | f48065ac3c0c1f2dfdba099f6637df9c778756ab (diff) | |
download | subsurface-d0a62e452b7327b4fa91f5e05e5edaca46d9a87a.tar.gz |
Better sizings for the CSV dialog
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.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, 11 insertions, 4 deletions
diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui index 881c3276b..89f96934f 100644 --- a/qt-ui/divelogimportdialog.ui +++ b/qt-ui/divelogimportdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>709</width> - <height>646</height> + <width>586</width> + <height>434</height> </rect> </property> <property name="windowTitle"> @@ -102,7 +102,7 @@ <property name="maximumSize"> <size> <width>16777215</width> - <height>150</height> + <height>100</height> </size> </property> <property name="viewMode"> @@ -118,7 +118,14 @@ </widget> </item> <item> - <widget class="ColumnDropCSVView" name="tableView"/> + <widget class="ColumnDropCSVView" name="tableView"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>200</height> + </size> + </property> + </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> |