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 <[email protected]> --- qt-ui/divelogimportdialog.ui | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui index 89f9693..e2d771c 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> </widget> -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
