Getting rid of double bevels on menubars in docks



I put together a quick fix that gets rid of the double bevels you get when menu bars are placed in bonobo docks with gnome 2.0. Just put the following in your ~/.gtkrc-2.0 file:

style "no-bevels-on-menus-in-docks" {
 GtkMenuBar::shadow_type = none
}

widget_class "*.BonoboDockItem.GtkMenuBar" style "no-bevels-on-menus-in-docks"

And the extra bevel will be gone.

James.

--
Email: james daa com au
WWW:   http://www.daa.com.au/~james/





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]