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:
parent
8f6aaaba25
commit
59ac506091
@ -5,5 +5,5 @@ import QtQuick.Layouts 1.11
|
||||
|
||||
ComboBox {
|
||||
Layout.fillWidth: true
|
||||
font.pointSize: theme.regularPointSize
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user