esenliyim / sp-tray

Gnome extension to display spotify metadata
GNU General Public License v3.0
55 stars 22 forks source link

Unnecessary padding with metadata enabled when empty string #38

Closed thaumictom closed 1 year ago

thaumictom commented 1 year ago

When I remove the default string of the paused state so that it is empty, and keep "Show metadata when paused?" enabled, there will be padding left of the metadata. It broke with a recent update.

Unpaused: image Paused: image

esenliyim commented 1 year ago

Oh I see the problem. There's no padding, that's just the (empty) container that used to display the paused icon, which is a separate thing from the container that displays the metadata string.

I'll deal with it.

esenliyim commented 1 year ago

Done. Pushed to Github just now, but I won't be immediately updating the live version. So if you want the fix you can just clone the repo and manually install the extension.