User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060727 Firefox/1.5.0.5 (Swiftfox) Build Identifier: 0.3.3svn-r22558 The trash panel plugin resizes the panel, probably because gtk used some convenience function to prevent blurred icons. Comment from Benny @ ML: That was my initial idea too, but that breaks with my top panel (probably because some plugins are set to expand then) and only a crippled trash icon is displayed. Maybe Jasper can sched some light on this. Btw. maybe there should be a "panel plugin" component in the bugzilla? Reproducible: Always Steps to Reproduce:
Created attachment 680 Fixed button size
Jasper, any idea? BTW: Scaling down icons at any rate doesn't look like a good idea either, i.e. as done by the launcher and several other plugins. That way setting panel size to 48px makes some non-SVG icons look ugly, even tho they are available at 48px. I'd say if the size is around 48px, the plugins should be allowed to use 48px for the icon plus the additional overhead for the button border, margin, etc. (same for 16px, 22px, 24px, 32px, ...)
(In reply to comment #2) > Jasper, any idea? > > BTW: Scaling down icons at any rate doesn't look like a good idea either, i.e. > as done by the launcher and several other plugins. That way setting panel size > to 48px makes some non-SVG icons look ugly, even tho they are available at > 48px. I'd say if the size is around 48px, the plugins should be allowed to use > 48px for the icon plus the additional overhead for the button border, margin, > etc. (same for 16px, 22px, 24px, 32px, ...) > I don't remember exactly, but I thought the panel border is already drawn outside this size, I mean, the item already gets the full 48px. Unfortunately, if you use a button that will take additional space. Maybe I could assume everything is using a button and add another [xy]thickness + 1?
Better use the real size request of the button border. See the tpa source.
Any news?
Sorry, I lost track of this bug :( I'll have a look at it tonight or tomorrow.
Assigning to you, so you don't forget again. ;-)
Any news on this ?
One the 4.8 panel api is stable, I'll port the thunar plugin and use the improved scaled image object.
Fixed with plugin migration patch, which can be found here: http://foo-projects.org/~nick/plugin-migration/thunar.patch.
Devel branch has been merged in master. A 4.7.0 release will follow soon. If you think this bug is not fixed? Feel free to reopen the bug.