diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-21 23:48:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:54:00 -0800 |
commit | 8e60f3bb44fba8bd4a815ef2abcc5c584d96c464 (patch) | |
tree | daad3b9a6eb3d5fa3c0532b37baa42df6595b424 | |
parent | cf06f78892c3d96fc62c4861dc0f29f8c1deafa4 (diff) | |
download | subsurface-8e60f3bb44fba8bd4a815ef2abcc5c584d96c464.tar.gz |
Give room for more options in csv dialog
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/csvimportdialog.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/csvimportdialog.ui b/qt-ui/csvimportdialog.ui index 81ee4fdc1..c650fe34b 100644 --- a/qt-ui/csvimportdialog.ui +++ b/qt-ui/csvimportdialog.ui @@ -16,9 +16,9 @@ <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> - <x>30</x> + <x>200</x> <y>240</y> - <width>341</width> + <width>171</width> <height>32</height> </rect> </property> @@ -32,9 +32,9 @@ <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> - <x>40</x> + <x>20</x> <y>10</y> - <width>331</width> + <width>351</width> <height>71</height> </rect> </property> @@ -91,10 +91,10 @@ <widget class="QGroupBox" name="groupBox_3"> <property name="geometry"> <rect> - <x>40</x> + <x>20</x> <y>80</y> - <width>151</width> - <height>151</height> + <width>171</width> + <height>221</height> </rect> </property> <property name="title"> |