[kcmkwin/kwindecoration] Fix default window size in KCMShell
This also fixes a binding loop. BUG: 413557 FIXED-IN: 5.17.2
This commit is contained in:
parent
105976a42a
commit
a151edd29b
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ Kirigami.Page {
|
|||
rightPadding: leftPadding
|
||||
bottomPadding: leftPadding
|
||||
|
||||
implicitWidth: tabLayout.implicitWidth
|
||||
implicitHeight: tabLayout.implicitHeight
|
||||
implicitWidth: Kirigami.Units.gridUnit * 48
|
||||
implicitHeight: Kirigami.Units.gridUnit * 33
|
||||
|
||||
// TODO: replace this TabBar-plus-Frame-in-a-ColumnLayout with whatever shakes
|
||||
// out of https://bugs.kde.org/show_bug.cgi?id=394296
|
||||
|
|
Loading…
Reference in a new issue