You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built in logic used by gtk_menu_shell_bind_model sucks massively because it suffers from upstream GNOME-isms, such as completely neglecting icons. Menu items with icons are either massively misaligned or, in the case of items with submenus, have no icon at all.
GTK4 also makes this even worse, so propose writing a custom object for having GMenu binding/tracking.
The text was updated successfully, but these errors were encountered:
The built in logic used by
gtk_menu_shell_bind_model
sucks massively because it suffers from upstream GNOME-isms, such as completely neglecting icons. Menu items with icons are either massively misaligned or, in the case of items with submenus, have no icon at all.GTK4 also makes this even worse, so propose writing a custom object for having
GMenu
binding/tracking.The text was updated successfully, but these errors were encountered: