diff options
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"> |