diff --git a/shell/package/contents/configuration/BehaviorConfig.qml b/shell/package/contents/configuration/BehaviorConfig.qml index 1e07381af..aa51b8ea1 100644 --- a/shell/package/contents/configuration/BehaviorConfig.qml +++ b/shell/package/contents/configuration/BehaviorConfig.qml @@ -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