mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile-widgets/qml: correct backgroundcolor in setup
Use subsurfaceTheme in DivePlannerSetup. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3ff65dd7cf
commit
6584cd82d5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import org.kde.kirigami 2.4 as Kirigami
|
|||
|
||||
Kirigami.ScrollablePage {
|
||||
title: qsTr("Dive planner setup")
|
||||
background: Rectangle { color: subsurfaceTheme.backgroundColor }
|
||||
|
||||
property string speedUnit: (Backend.length === Enums.METERS) ? qsTr(" m/min") : qsTr(" ft/min")
|
||||
property string volumeUnit: (Backend.volume === Enums.LITER) ? qsTr(" l/min") : qsTr(" cuft/min")
|
||||
|
|
Loading…
Reference in a new issue