diff --git a/kcmkwin/kwindecoration/package/contents/ui/main.qml b/kcmkwin/kwindecoration/package/contents/ui/main.qml --- a/kcmkwin/kwindecoration/package/contents/ui/main.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/main.qml @@ -84,6 +84,9 @@ 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: {