SUMMARY Panel height resets to 32px after reboot or logout, ignoring user-defined value (e.g., 20px). STEPS TO REPRODUCE 1. Enter Edit Mode and set panel height to 20px. 2. Exit Edit Mode and confirm the panel height is applied. 3. Reboot the system or log out. OBSERVED RESULT Panel height reverts to 32px after reboot or logout, regardless of previous setting. EXPECTED RESULT Panel height should persist at the user-defined value (e.g., 20px) across reboots and logouts. SOFTWARE/OS VERSIONS Linux/KDE Plasma: CachyOS KDE Plasma Version: 6.4.5 KDE Frameworks Version: 6.18.0 Qt Version: 6.9.2 ADDITIONAL INFORMATION I created a new empty panel with a height of 20px to test, and it confirms the bug: the panel size changed back to 32px after reboot or logout.
I cannot reproduce this; does this happen also on a fresh user or fresh install?
(In reply to Niccolò Venerandi from comment #1) > I cannot reproduce this; does this happen also on a fresh user or fresh > install? Thanks for the follow up and I owe you an apology. After further testing, I realized the issue was caused by the CachyOS theme, not KDE Plasma itself. I created a fresh user and switched to the Breeze theme, and the panel height persisted correctly across reboots. So it looks like the theme was enforcing a minimum panel height of 32px, which I mistakenly assumed was a Plasma bug. Sorry for the confusion, and thanks for taking the time to investigate!