Re: Menu Bar Bevel



On Mon, Mar 31, 2003 at 05:27:59AM +0200, r ve wrote:
> Did anyone ever think of removing that bevel from the Gtk2 menubar?
> 
> Without the bevel, things become much nicer, see:
> http://home.quicknet.nl/qn/prive/rm.vaneijbergen/mbar.png

While for your example it does look nicer, in applications which don't
have an intented widget as the body it looks a bit strange.  The menu
seems to flow into the content.  A unified widget would be the proper
solution.

As for changing GTK, this (in your ~/.gtkrc-2.0) seems to do the trick:

style "MenuStyle" {
        xthickness = 0
	ythickness = 0
}
class "GtkMenuBar" style "MenuStyle"

-- 
      Evan Martin
martine cs washington edu
  http://neugierig.org



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