[kcmkwin/kwinvirtualdesktops] Improve default window size when opened in kcmshell
This commit is contained in:
parent
a738ecce85
commit
ee2507129b
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ ScrollViewKCM {
|
|||
rowsSpinBox.value = kcm.desktopsModel.rows;
|
||||
}
|
||||
}
|
||||
implicitWidth: Kirigami.Units.gridUnit * 35
|
||||
implicitHeight: Kirigami.Units.gridUnit * 30
|
||||
|
||||
Component {
|
||||
id: desktopsListItemComponent
|
||||
|
|
Loading…
Reference in a new issue