Merge branch 'Plasma/5.17'
This commit is contained in:
commit
95385e81da
1 changed files with 3 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue