diff --git a/kcmkwin/kwindecoration/package/contents/ui/main.qml b/kcmkwin/kwindecoration/package/contents/ui/main.qml index 5c8316df1d..38c9459e87 100644 --- a/kcmkwin/kwindecoration/package/contents/ui/main.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/main.qml @@ -84,6 +84,9 @@ Kirigami.Page { RowLayout { Controls.CheckBox { id: borderSizeAutoCheckbox + // Let it elide but don't make it push the ComboBox away from it + Layout.fillWidth: true + Layout.maximumWidth: implicitWidth text: i18nc("checkbox label", "Use theme's default window border size") checked: kcm.borderSizeAuto onCheckedChanged: {