Skip to content

Commit

Permalink
menu: add CSS node names to menues
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Feb 1, 2024
1 parent e0d50c2 commit 70fb81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GtkWidget *menu_new ( gchar *name )
}

menu = gtk_menu_new();
gtk_widget_set_name(menu, name);
g_signal_connect(menu, "popped-up", G_CALLBACK(menu_clamp_size), NULL);
gtk_menu_set_reserve_toggle_size(GTK_MENU(menu), FALSE);

Expand Down

0 comments on commit 70fb81b

Please sign in to comment.