Commit 78277dfb authored by Victor Ananjevsky's avatar Victor Ananjevsky

add widget name to stack switcher

parent 15192471
......@@ -59,6 +59,7 @@ notebook_create_widget (GtkWidget * dlg)
gtk_stack_set_homogeneous (GTK_STACK (notebook), TRUE);
ss = gtk_stack_switcher_new ();
gtk_widget_set_name (ss, "yad-stack-switcher-widget");
gtk_box_set_homogeneous (GTK_BOX (ss), options.notebook_data.expand);
gtk_stack_switcher_set_stack (GTK_STACK_SWITCHER (ss), GTK_STACK (notebook));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment