fix binding loop for config win show

pull/1/head
Michail Vourlakos 8 years ago
parent 558e2e3670
commit 01a33b0c97

@ -32,7 +32,8 @@ import "../controls" as ExtraControls
PlasmaComponents.Page {
Layout.maximumWidth: content.width + content.Layout.leftMargin * 2
Layout.maximumHeight: content.height + units.smallSpacing * 2
//fix the height binding loop when showing the configuration window
Layout.maximumHeight: 26*theme.mSize(theme.defaultFont).height + units.smallSpacing * 2
ColumnLayout {
id: content

Loading…
Cancel
Save