-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vlc tray icon not respecting icon_size
#809
Comments
I noticed the same with fcitx5 |
@ToxicMushroom what package manager did you use to install it? I was suspicious of Flatpak but that might blow that out the window |
Pacman |
Right, well it's not Flatpak then. New theory is that when the tray provides its on pixmap that's not being scaled down (properly). |
@JakeStanger , It may have something to do with the when using when using |
we can force scale it ourself. use height/width for horizontal/vetical bar. |
Hm yeah, buggy icon themes could be a problem. It may be possible to perform a check on the size of the loaded image and scale that, as I don't think the above PR will account for icons from the theme. |
Describe the bug
I'm not sure if this is an
ironbar
issue or a vlc one, but when vlc (flatpak) is launched, its tray icon is shown inironbar
too big which causes the bar height to grow bigTo Reproduce
Steps to reproduce the behavior:
Expected behavior
tray icons should respect the
icon_size
option in the config, or if not declared should respect the barheight
System information:
Configuration
Config
Styles
Additional context
Screenshots
The text was updated successfully, but these errors were encountered: