subsurface/mobile-widgets/qml/TemplateComboBox.qml
jan Iversen 59ac506091 mobile-widgets/qml: correct reference in TemplateComboBox
theme is not available, use older subsurfaceTheme.

Signed-off-by: jan Iversen <jan@casacondor.com>
2020-01-25 17:13:20 -08:00

9 lines
200 B
QML

// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.11
import QtQuick.Controls 2.4
import QtQuick.Layouts 1.11
ComboBox {
Layout.fillWidth: true
font.pointSize: subsurfaceTheme.regularPointSize
}