The shadow type property on GtkMenuBar is ignored since gtk 3.20

This commit is contained in:
Paul Dicker
2025-04-07 14:53:12 +02:00
committed by Stéphane Lesimple
parent b7840d13c1
commit 3757f9c9a8

View File

@@ -409,14 +409,6 @@ void GuiCreateMainWindow(int *argc, char ***argv)
gtk_init(argc, 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 */ /*** Create our icons */
GuiCreateIconFactory(); GuiCreateIconFactory();