19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
include "Styles/Menubar/menubar-fix.rc"
|
|
|
|
style "menubar-fix" = "default"
|
|
{
|
|
xthickness = 3
|
|
ythickness = 2
|
|
bg_pixmap[NORMAL] = "Fixes/foobix.png"
|
|
}
|
|
|
|
widget_class "*<GtkMenuBar>" style "menubar-fix"
|
|
|
|
style "inkscape-menubar"
|
|
{
|
|
bg[NORMAL] = @bg_color
|
|
bg_pixmap[NORMAL] = "Fixes/gradient-alt.png"
|
|
}
|
|
|
|
widget "gtkmm__GtkWindow.SPDesktopWidget*GtkMenuBar" style:highest "inkscape-menubar"
|