GNOME Bugzilla – Bug 106361
BonoboUIToolbar doesn't draw like GtkToolbar
Last modified: 2004-12-22 21:47:04 UTC
Apps that use the Bonobo toolbar look odd compared to GtkToolbar/GnomeUIInfo apps. The patch I'm attaching goes along with the other patches I've submitted to Gtk+ and libgnomeui today, to make the Toolbar look consistent throughout the desktop. This patch adds a shadow_type style property to BonoboUIToolbar to handle being able to draw the same as GtkToolbar, and moves the set_border_width_call () to make the toolbar match the rest of the desktop as well. I should probably add a HIG bug to specify 2px border width for GtkToolbars and things as well... Anyway, I'd like to get this patch into a release soon. :)
Created attachment 14402 [details] [review] Patch to add shadow_type property and fix toolbar drawing issues
Branched for gnome-2-2 as release team wouldn't let me put the changes in 2.2. Changes committed to HEAD with ChangeLog entry as michael accepted the patch with me verbally (irc).
*** Bug 96000 has been marked as a duplicate of this bug. ***