psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
404 stars 55 forks source link

Preserve as empty space option is not preserving the space when no window is open #122

Closed maverick74 closed 3 years ago

maverick74 commented 3 years ago

I have the current configuration:

options

When i have a maximized window i get:

maximized

But if i close all windows i was expecting it to behave like this (this is how it appears when one un-maximizes/restores a window):

expected-obtained using an unmaximized window

However, with all windows closed, the actual result is this:

actual_result

The space where the buttons show up is not preserved - it shrinks - a lot! Hence the bug report! ;)

Thank you