summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/Preferences.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 19:21:27 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 19:22:10 +0100
commit6580f078d0ae1d912d9a6b12e2769060b4c77f4b (patch)
tree9906d50affe244b938b45f395076d8ba19325a2b /qt-mobile/qml/Preferences.qml
parent8fad349c82b0f681d6daa95bcfe843e806b48dd7 (diff)
downloadsubsurface-6580f078d0ae1d912d9a6b12e2769060b4c77f4b.tar.gz
Fix reference errors caused by moving properties around
This makes things like accent(Text)Color and our two custom point sizes for fonts resolve correctly again. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/Preferences.qml')
-rw-r--r--qt-mobile/qml/Preferences.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml
index 1e1274e21..8cae95ff0 100644
--- a/qt-mobile/qml/Preferences.qml
+++ b/qt-mobile/qml/Preferences.qml
@@ -23,7 +23,7 @@ Item {
Label {
text: "Cloud credentials"
Layout.bottomMargin: MobileComponents.Units.largeSpacing
- font.pointSize: MobileComponents.Units.titlePointSize
+ font.pointSize: subsurfaceTheme.titlePointSize
Layout.columnSpan: 2
}
@@ -76,7 +76,7 @@ Item {
Label {
text: "Subsurface GPS data webservice"
Layout.bottomMargin: MobileComponents.Units.largeSpacing
- font.pointSize: MobileComponents.Units.titlePointSize
+ font.pointSize: subsurfaceTheme.titlePointSize
Layout.columnSpan: 2
}