mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
pathbar: Set .slider-button style class to slider buttons again
This was set in the .ui file that no longer exists, so we need to set it again here.
This commit is contained in:
parent
e6e2d6b45a
commit
667b3b117d
@ -210,9 +210,11 @@ gtk_path_bar_init (GtkPathBar *path_bar)
|
||||
const char *home;
|
||||
|
||||
path_bar->up_slider_button = gtk_button_new_from_icon_name ("pan-start-symbolic");
|
||||
gtk_widget_add_css_class (path_bar->up_slider_button, "slider-button");
|
||||
gtk_widget_set_parent (path_bar->up_slider_button, GTK_WIDGET (path_bar));
|
||||
|
||||
path_bar->down_slider_button = gtk_button_new_from_icon_name ("pan-end-symbolic");
|
||||
gtk_widget_add_css_class (path_bar->down_slider_button, "slider-button");
|
||||
gtk_widget_set_parent (path_bar->down_slider_button, GTK_WIDGET (path_bar));
|
||||
|
||||
/* GtkBuilder wont let us connect 'swapped' without specifying the signal's
|
||||
|
Loading…
Reference in New Issue
Block a user