[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:
Nate Graham 2019-10-28 12:43:33 -06:00
parent 105976a42a
commit a151edd29b

View file

@ -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