mobile-widgets/qml: correct reference in TemplateComboBox

theme is not available, use older subsurfaceTheme.

Signed-off-by: jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2020-01-09 11:31:30 +01:00 committed by Dirk Hohndel
parent 8f6aaaba25
commit 59ac506091

View file

@ -5,5 +5,5 @@ import QtQuick.Layouts 1.11
ComboBox {
Layout.fillWidth: true
font.pointSize: theme.regularPointSize
font.pointSize: subsurfaceTheme.regularPointSize
}