mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile QML UI: fix background colors
For some reason, after the update of the main.qml to version 2.2, all Kirigami Pages and scrollablePages show up plain white. So now, set a proper background for these pages. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
01188905ae
commit
65d80d3cd0
8 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
|
|||
objectName: "Settings"
|
||||
id: settingsPage
|
||||
title: qsTr("Settings")
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
|
||||
property real gridWidth: settingsPage.width - Kirigami.Units.gridUnit
|
||||
property var describe: [qsTr("Undefined"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue