https://bugs.kde.org/show_bug.cgi?id=413840
--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Edit, it's not reiszing, just moving. Traced it down to these two: GlobalDrawer.qml:304 topMargin: root.collapsed || noTitle ? 0 : Units.smallSpacing + Units.iconSizes.large/2 - height/2 leftMargin: root.collapsed || noTitle ? 0 : Units.smallSpacing Our collapsing is changing and we have a title. I don't understand what usecase this is trying to fix, in the use case here it looks very odd. -- You are receiving this mail because: You are watching all bug changes.