diff options
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 271577eae..3d28bec2a 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -81,7 +81,7 @@ TemplatePage { TemplateLabel { text: qsTr("Cylinder:") } - TemplateComboBox { + TemplateSlimComboBox { id: defaultCylinderBox Layout.fillWidth: true onActivated: { @@ -145,7 +145,7 @@ TemplatePage { Layout.bottomMargin: Kirigami.Units.largeSpacing / 2 Layout.columnSpan: 2 } - TemplateComboBox { + TemplateSlimComboBox { editable: false Layout.columnSpan: 2 currentIndex: (subsurfaceTheme.currentTheme === "Blue") ? 0 : |