diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-07 22:05:28 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 08:55:12 -0700 |
commit | a2f47485d4fcaadb2cfedd8f5e60f8379f76f048 (patch) | |
tree | 7a9c7e992c417007d5ebce257c29683405443613 /qt-ui/mainwindow.ui | |
parent | 8066334070c8c4149d466b1701e1874be31cd151 (diff) | |
download | subsurface-a2f47485d4fcaadb2cfedd8f5e60f8379f76f048.tar.gz |
Don't try to set a layout on PlannerSettingsWidget
It already got one from its ui-file, and this causes a warning when
starting the application.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 206b2272a..2360dd87e 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -526,25 +526,7 @@ <bool>true</bool> </property> </widget> - <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"> - <layout class="QVBoxLayout" name="horizontalLayout_p4"> - <property name="spacing"> - <number>0</number> - </property> - <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> - </layout> - </widget> + <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/> </widget> <widget class="QStackedWidget" name="globePane"> <property name="currentIndex"> |