mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ import QtQuick.Layouts 1.11
|
|||
|
||||
ComboBox {
|
||||
Layout.fillWidth: true
|
||||
font.pointSize: theme.regularPointSize
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue