Layout fine-tuning: remove the outermost margin around the window

That added visual distraction on some desktop themes.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-03 23:11:54 -08:00
parent 08d2ceb66b
commit 6d1e44f05c

View file

@ -148,6 +148,7 @@ MainWindow::MainWindow() : QMainWindow(),
"ratingVisibilityWidgets" <<
"temperatureLabels" <<
"airWaterTempLayout" <<
"fullWindowLayout" <<
"profileOuterLayout";
Q_FOREACH (QLayout *layout, findChildren<QLayout *>()) {
// lots of internally used layouts by Qt have no names