The shadow type property on GtkMenuBar is ignored since gtk 3.20
This commit is contained in:
committed by
Stéphane Lesimple
parent
b7840d13c1
commit
3757f9c9a8
@@ -409,14 +409,6 @@ void GuiCreateMainWindow(int *argc, char ***argv)
|
||||
|
||||
gtk_init(argc, argv);
|
||||
|
||||
/*** Some style tinkering */
|
||||
|
||||
gtk_rc_parse_string("style \"dvdisaster-style\"\n"
|
||||
"{ GtkMenuBar::shadow_type = none\n"
|
||||
"}\n"
|
||||
|
||||
"class \"GtkMenuBar\" style \"dvdisaster-style\"\n");
|
||||
|
||||
/*** Create our icons */
|
||||
|
||||
GuiCreateIconFactory();
|
||||
|
||||
Reference in New Issue
Block a user