mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Merge branch 'matthiasc/for-main' into 'main'
Don't use "Tab list" as an accessible label Closes #4839 See merge request GNOME/gtk!6106
This commit is contained in:
commit
7e62bdbf26
@ -1487,9 +1487,6 @@ gtk_notebook_init (GtkNotebook *notebook)
|
||||
(GtkGizmoGrabFocusFunc)gtk_widget_grab_focus_self);
|
||||
gtk_widget_set_hexpand (notebook->tabs_widget, TRUE);
|
||||
gtk_box_append (GTK_BOX (notebook->header_widget), notebook->tabs_widget);
|
||||
gtk_accessible_update_property (GTK_ACCESSIBLE (notebook->tabs_widget),
|
||||
GTK_ACCESSIBLE_PROPERTY_LABEL, _("Tab list"),
|
||||
-1);
|
||||
|
||||
notebook->stack_widget = gtk_stack_new ();
|
||||
gtk_widget_set_hexpand (notebook->stack_widget, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user