diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-26 16:55:41 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-26 16:55:41 -0300 |
commit | 28dd4d144ac75b8ee4a5de913e59f6ad67e84334 (patch) | |
tree | 0e92eb29f2f6a130cdaa6939e74fa08499149f5c /qt-ui/mainwindow.ui | |
parent | 8f94b904dd122ea2b6988fc04781a08637d02f60 (diff) | |
download | subsurface-28dd4d144ac75b8ee4a5de913e59f6ad67e84334.tar.gz |
More cleanup for the Gtk+ Style
This patch eliminates 18px offset from the MainWindow main
layout, making the window feel less spacy. Good on the Gtk+
style, but seems to also make a good work on the Oxygen one.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 72f7444a0..63dded7f8 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -15,6 +15,12 @@ </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="spacing"> + <number>0</number> + </property> + <property name="margin"> + <number>0</number> + </property> <item> <widget class="QSplitter" name="mainSplitter"> <property name="orientation"> @@ -26,7 +32,7 @@ </property> <widget class="QStackedWidget" name="infoPane"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="page"> <layout class="QHBoxLayout" name="horizontalLayout_3"> |