mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 07:46:15 +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" <<
|
"ratingVisibilityWidgets" <<
|
||||||
"temperatureLabels" <<
|
"temperatureLabels" <<
|
||||||
"airWaterTempLayout" <<
|
"airWaterTempLayout" <<
|
||||||
|
"fullWindowLayout" <<
|
||||||
"profileOuterLayout";
|
"profileOuterLayout";
|
||||||
Q_FOREACH (QLayout *layout, findChildren<QLayout *>()) {
|
Q_FOREACH (QLayout *layout, findChildren<QLayout *>()) {
|
||||||
// lots of internally used layouts by Qt have no names
|
// lots of internally used layouts by Qt have no names
|
||||||
|
|
Loading…
Add table
Reference in a new issue