mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
08d2ceb66b
commit
6d1e44f05c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue