From 6d1e44f05ca87a566fea1af6df76a91d7b0b8ad2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 3 Jan 2015 23:11:54 -0800 Subject: [PATCH] Layout fine-tuning: remove the outermost margin around the window That added visual distraction on some desktop themes. Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index b4d4fe49d..01968e943 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -148,6 +148,7 @@ MainWindow::MainWindow() : QMainWindow(), "ratingVisibilityWidgets" << "temperatureLabels" << "airWaterTempLayout" << + "fullWindowLayout" << "profileOuterLayout"; Q_FOREACH (QLayout *layout, findChildren()) { // lots of internally used layouts by Qt have no names