I am using a custom widget for plasma panel. The widget does not fill the whole height of the panel, there is always a space between widget and panel edge.
I am not proficient with QML, but i do not see any margins or offsets in the widget files.
Is it possible to remove this space, to make widget touch the panel edge, like native panel widgets?
The widget is a fork of diy-bar and some time ago it used to work as expected, so i suppose it was some change in plasma that causes this behavior.
From my search i’ve found a similar issue in a reddit post, which suggests that the change was between Plasma 5.20 and 5.21.1
Thank you very much! Negative margins required manual input for different panel sizes and seemed like a hacky workaround overall.
I am very happy that you provided the clean solution.