diff options
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index ccc84f450..88f8c93de 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -75,7 +75,7 @@ TemplatePage { id: defaultCylinder visible: sectionGeneral.isExpanded columns: 2 - Layout.rightMargin: Kirigami.Units.gridUnit * 1.5 + width: parent.width TemplateLabel { text: qsTr("Default Cylinder") @@ -90,6 +90,7 @@ TemplatePage { } TemplateComboBox { id: defaultCylinderBox + Layout.fillWidth: true onActivated: { // the entry for 'no default cylinder' is known to be the top, but its text // is possibly translated so check against the index |