Added main theme elements borders

pull/91/head
parent 203a2bb639
commit 293717b9aa

@ -114,7 +114,7 @@ void yon_main_section_setup_apps(main_section *cur_section, const char *target){
g_object_set_data(G_OBJECT(Row),"apps",cur_app); g_object_set_data(G_OBJECT(Row),"apps",cur_app);
g_object_set_data(G_OBJECT(Row),"Label",Label); g_object_set_data(G_OBJECT(Row),"Label",Label);
// gtk_style_context_add_class(gtk_widget_get_style_context(Row),"bggrey"); gtk_style_context_add_class(gtk_widget_get_style_context(Row),"bggrey");
gtk_widget_show_all(Row); gtk_widget_show_all(Row);
} }

Loading…
Cancel
Save