https://bugs.kde.org/show_bug.cgi?id=369823
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Reverting is not an option. It fixes a *considerably* more major bug. However, It's not meant to cause any bad behavioural changes, so I'm happy to look into fixing whatever is wrong. Can you change it to: Layout.minimumWidth: 1 Layout.minimumHeight: 1 Layout.preferredWidth: horizontal ? plasmoid.configuration.length : 0 Layout.preferredHeight: horizontal ? 0 : plasmoid.configuration.length and tell me if that's the right end result? -- You are receiving this mail because: You are watching all bug changes.