GNOME Bugzilla – Bug 144531
icon on the panel is not well resized
Last modified: 2004-12-22 21:47:04 UTC
add a volume control appelt to a panel set the size of the panel to 12 : the icon is well sized set your panel to a size of 13 (or over) : the icon is too big and is cuted at the top and the bottom. the same problem appears with the values 24 and 25.
This is due to the way panel_applet_get_size works (see bug #135269 : the size is just an indication). I'll try to write a patch soon.
Created attachment 28914 [details] [review] patch to make the mixer applet follow the panel size With this patch the mixer applet (volume control) follows the panel size. This also moves the mixer applet out of the scope of bug #129124.
Also this bug is for the mixer component and not "sound-monitor".
Updating to right component.
Applied patch, closing bug, thanks a lot Vincent! ___ 2004-06-26 Dennis Smit <ds@nerds-incorporated.org> * mixer.c (applet_size_allocate): Added function. (mixer_update_image): Don't get size from the panel but using the allocation. (mixer_applet_create): Connect signal to the applet_size_allocate. Patch by: Vincent Noel <vnoel@cox.net> Fixes bug #144531.