summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-09 11:31:30 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-25 17:13:20 -0800
commit59ac5060914350aef68cc35fc4201a36531bc781 (patch)
treeb22096d21ff043825fed702719897910201abd5f /mobile-widgets
parent8f6aaaba25b875ab4ad90ab3164884d22b870d47 (diff)
downloadsubsurface-59ac5060914350aef68cc35fc4201a36531bc781.tar.gz
mobile-widgets/qml: correct reference in TemplateComboBox
theme is not available, use older subsurfaceTheme. Signed-off-by: jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/TemplateComboBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/TemplateComboBox.qml b/mobile-widgets/qml/TemplateComboBox.qml
index e0582b7f0..0583a7c6c 100644
--- a/mobile-widgets/qml/TemplateComboBox.qml
+++ b/mobile-widgets/qml/TemplateComboBox.qml
@@ -5,5 +5,5 @@ import QtQuick.Layouts 1.11
ComboBox {
Layout.fillWidth: true
- font.pointSize: theme.regularPointSize
+ font.pointSize: subsurfaceTheme.regularPointSize
}