luisbocanegra / plasma-panel-colorizer

Fully-featured widget to bring Latte-Dock and WM status bar customization features to the default KDE Plasma panel
https://store.kde.org/p/2130967
GNU General Public License v3.0
109 stars 0 forks source link

Margins control (unify heights & extra margins for widgets) #19

Closed luisbocanegra closed 3 months ago

luisbocanegra commented 3 months ago

Currently there is a padding option that works per widget it, is required to increase/decrease background height for the following cases:

There are also widgets that leave too small paddings on the sides this is a problem when there is too much rounding of the widget background.

current version (0.3.0) with no paddings set, just backgrounds filling each widget: image

Possible solution

After some experimentation I found out that setting vertical/horizontal margins gets around CanFillArea and margin areas

luisbocanegra commented 3 months ago

After https://github.com/luisbocanegra/plasma-panel-colorizer/pull/20 image