[kcmkwin/kwindesktop] Remove pointless layout container

Summary:
ColumnLayout only contains one item so is rather pointless, but more
importantly prevents size hints from the formLayout propogating up to
the ScrollViewKCM.

Test Plan: Opened KCM

Reviewers: #kwin, broulik

Reviewed By: broulik

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18297
icc-effect-5.17.5
David Edmundson 2019-01-16 15:16:40 +00:00
parent f95a9618a7
commit e6b5903fff
1 changed files with 103 additions and 107 deletions

View File

@ -174,10 +174,7 @@ ScrollViewKCM {
}
}
footer: ColumnLayout {
Kirigami.FormLayout {
anchors.horizontalCenter: parent.horizontalCenter
footer: Kirigami.FormLayout {
Connections {
target: kcm
@ -294,5 +291,4 @@ ScrollViewKCM {
}
}
}
}