diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-07-25 15:07:41 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-28 04:54:10 -0700 |
commit | 49cbb8308e4cac394f7b0b5ef83a1f238701232f (patch) | |
tree | c567c0b52f0cf9ef31a5e0e9baa26026c62f284d /desktop-widgets | |
parent | 8c2668a6b1d372ad2c3635a9b36b25a3c497e58f (diff) | |
download | subsurface-49cbb8308e4cac394f7b0b5ef83a1f238701232f.tar.gz |
Shrink the size of export dialog
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/divelogexportdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/divelogexportdialog.ui b/desktop-widgets/divelogexportdialog.ui index 02c8cf38b..4713bf0ba 100644 --- a/desktop-widgets/divelogexportdialog.ui +++ b/desktop-widgets/divelogexportdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>507</width> - <height>548</height> + <height>398</height> </rect> </property> <property name="windowTitle"> @@ -67,13 +67,13 @@ <property name="minimumSize"> <size> <width>0</width> - <height>100</height> + <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> - <height>100</height> + <height>50</height> </size> </property> <property name="text"> |