summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-03 23:11:54 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-03 23:11:54 -0800
commit6d1e44f05ca87a566fea1af6df76a91d7b0b8ad2 (patch)
tree9f1439b4ac7c143bb201953a5b0a38e2c23e6f80
parent08d2ceb66bf40640b83cbfe1dc278c698ceb92b6 (diff)
downloadsubsurface-6d1e44f05ca87a566fea1af6df76a91d7b0b8ad2.tar.gz
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>
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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<QLayout *>()) {
// lots of internally used layouts by Qt have no names