https://bugs.kde.org/show_bug.cgi?id=395477
--- Comment #21 from Michail Vourlakos <mvourla...@gmail.com> --- (In reply to Eike Hein from comment #20) > Michail, note the problem people are having here isn't the applet expanding > on the panel, it's the popup being very tiny. they are relevant because it happens when the folderview is switching from single icon in the panel to FullRepresentation and vice versa. You can use Latte in order to reproduce. Way to reproduce: 1. Revert my commit (https://phabricator.kde.org/D11651) for panel icon in order for FolderView to execute always the code: Plasmoid.switchWidth: preferredWidth(true) Plasmoid.switchHeight: preferredHeight(true) 2. Open Latte and disable the parabolic effect 3. Add a folderview in Latte 4. Close Latte and re-open it. 5. Click the FolderView in Latte it should work ok 6. Enable the parabolic effect in Latte and hover the folderview in order to change to FullRepresentation 7. disable the parabolic effect again in Latte in order for FolderView in Latte to stick in icon 8. Click the folderview and you will see the problem, whatever you change afterwards in folderview settings the popup will be always very small * 1) If you dont revert my commit then the problematic code cant be accessed except if your panel has bigger thickness than the panel icon size (this is why the proposal to set panel icon size to 256px. fixes the issue after relogin) * 2) the code that breaks is from preferredWidth(true)/preferredHeigth(true) and it needs also the plasmoid to change in the panel from CompactRepresentation to FullRepresentation and vice versa -- You are receiving this mail because: You are watching all bug changes.