mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
placessidebar: Use the .navigation-sidebar style class
This commit is contained in:
parent
221786dda3
commit
cce3ff6f04
@ -3783,6 +3783,7 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
|
||||
|
||||
/* list box */
|
||||
sidebar->list_box = gtk_list_box_new ();
|
||||
gtk_widget_add_css_class (sidebar->list_box, "navigation-sidebar");
|
||||
|
||||
gtk_list_box_set_header_func (GTK_LIST_BOX (sidebar->list_box),
|
||||
list_box_header_func, sidebar, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user