[kcmkwin/kwindecoration] Make a bit more room for the decoration buttons
This commit is contained in:
parent
2157e83bfb
commit
85d9efcec7
1 changed files with 4 additions and 2 deletions
|
@ -177,12 +177,14 @@ Rectangle {
|
|||
Layout.fillHeight: true
|
||||
Layout.minimumHeight: availableButtonsGrid.cellHeight * 2
|
||||
Layout.margins: Kirigami.Units.largeSpacing
|
||||
cellWidth: Kirigami.Units.gridUnit * 6
|
||||
cellHeight: Kirigami.Units.gridUnit * 6
|
||||
model: kcm.availableButtonsModel
|
||||
interactive: false
|
||||
|
||||
delegate: ColumnLayout {
|
||||
width: availableButtonsGrid.cellWidth
|
||||
height: availableButtonsGrid.cellHeight
|
||||
width: availableButtonsGrid.cellWidth - Kirigami.Units.largeSpacing
|
||||
height: availableButtonsGrid.cellHeight - Kirigami.Units.largeSpacing
|
||||
opacity: baseLayout.draggingTitlebarButtons ? 0.15 : 1.0
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue