Cobinja / CobiWindowList

A window list applet for Cinnamon
GNU General Public License v2.0
16 stars 4 forks source link

how change size of icons of windows and size of padding between them #10

Closed hyzyla closed 5 years ago

hyzyla commented 6 years ago

Could you describe what lines of code represent the size of the icon on the panel?

Cobinja commented 6 years ago

The icon size is 22 px (https://github.com/Cobinja/CobiWindowList/blob/master/windowlist%40cobinja.de/3.2/applet.js#L45), except if the panel option to scale icons and text is enabled. Then it is panel height * 0.8 (https://github.com/Cobinja/CobiWindowList/blob/master/windowlist%40cobinja.de/3.2/applet.js#L910). The padding between the buttons is defined by the used theme.

Cobinja commented 6 years ago

@hyzyla Can I close this?

dhdurgee commented 5 years ago

You indicate that the padding between buttons is defined by the theme. Could you please clarify where so that I can edit it, as it is a bit wide for me.