From ee1d5ba94e18b035298ea36c54f2bb35a3e67e0f Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 15 Jan 2020 14:50:07 +0100 Subject: [PATCH] mobile-widgets/qml: settings Control.comboBox -> TemplateComboBox Replace Control.ComboBox with TemplateComboBox, in order to use common font/color scheme. Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Settings.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 24d10962c..7565a45bf 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -356,9 +356,8 @@ Kirigami.ScrollablePage { TemplateLabel { text: qsTr("Cylinder:") } - Controls.ComboBox { + TemplateComboBox { id: defaultCylinderBox - font.pointSize: subsurfaceTheme.regularPointSize Layout.preferredHeight: fontMetrics.height * 2.5 inputMethodHints: Qt.ImhNoPredictiveText Layout.fillWidth: true