[kcmkwin/kwindecoration] Set implicit size
Ensures the KCM opens with a sane default size when opened standalone via kcmshell Differential Revision: https://phabricator.kde.org/D19730
This commit is contained in:
parent
8f1b246396
commit
50e74c5517
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ Kirigami.Page {
|
|||
rightPadding: leftPadding
|
||||
bottomPadding: leftPadding
|
||||
|
||||
implicitWidth: tabLayout.implicitWidth
|
||||
implicitHeight: tabLayout.implicitHeight
|
||||
|
||||
ColumnLayout {
|
||||
id: tabLayout
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in a new issue