andreamazz / SubtleVolume

Replace the system volume popup with a more subtle indicator.
MIT License
1.2k stars 63 forks source link

Accessory image fix #21

Open gutenbergn opened 5 years ago

gutenbergn commented 5 years ago

When trying to apply an accessory image to the volume bar, I noticed that it wasn't displaying properly. The code was basing the accessory frame on the bar height and since my bar height was quite smaller than the accessory image, that was causing the issue. I updated it so that the image size is used instead.