[PATCH] CSV import dialog: fix manual import groupbox height

Alberto Corona albcoron at gmail.com
Wed Mar 12 10:19:05 PDT 2014


The former change in spacing for the manual CSV import dialog boxes left
the buttons and spinboxes touching the lower groupbox border.

Signed-off-by: Alberto Corona <albcoron at gmail.com>
---
 qt-ui/divelogimportdialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui
index e609db1..0800477 100644
--- a/qt-ui/divelogimportdialog.ui
+++ b/qt-ui/divelogimportdialog.ui
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>515</width>
-    <height>370</height>
+    <height>375</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -283,7 +283,7 @@
          <x>10</x>
          <y>10</y>
          <width>331</width>
-         <height>231</height>
+         <height>250</height>
         </rect>
        </property>
        <property name="title">
-- 
1.9.0



More information about the subsurface mailing list