luisbocanegra / plasma-panel-colorizer

Latte-Dock and WM status bar customization features for the default KDE Plasma panel
https://store.kde.org/p/2130967
GNU General Public License v3.0
208 stars 1 forks source link

icons in the panel get smaller #65

Closed songhd closed 1 month ago

songhd commented 2 months ago

After adding panel-colorizer to the panel, the original tray icons and applicaion icons get smaller automatically.

original look image image

after look image image

panel height: 40 Could we remain the icon size in this scenario?

luisbocanegra commented 2 months ago

Currently the widget forces the same margin for all the widgets, this is so the custom widget backgrounds have all the same height (or width for vertical panels). I will look into making that optional and only if the custom widget background is enabled

luisbocanegra commented 1 month ago

Next version will support leaving the default margins or overriding them (or any other option) for specific widgets:

Screenshot_20240921_023852

That will solve this issue.

Check the v1.0.0 milestone for the current progress