GNOME Bugzilla – Bug 600287
[Patch] Fixed-Height Task List Buttons in Vertical Panel
Last modified: 2010-03-09 01:32:13 UTC
Created attachment 146671 [details] [review] Quick hack: force task list buttons to be 20px tall This patch is a quick hack to force the task list buttons to be 20px tall. I have a tall vertical panel and it annoyed me to have giant buttons when there were few of them, so I did this. For some reason if I add fields to struct _WnckTasklistPrivate, my xfce4-panel breaks, so I was unable to do this the proper way (adding fixed_button_width and fixed_button_height fields and API calls to set them; <= 0 to disable). Hopefully someone who can figure out how to make that work can take it to that extent. (I don't doubt there are horizontal panel users who find the autosizing behaviour bothersome as well, but this patch as it is doesn't touch width.)
Created attachment 146672 [details] Fixed-height buttons with progress bars Example of bug 600287 and bug 600286.
That's not the right way to fix it. There's an approach in bug 86382. *** This bug has been marked as a duplicate of bug 86382 ***