diff --git a/source/ubl-settings-manager-theme-main.c b/source/ubl-settings-manager-theme-main.c index 95206bc..10db703 100644 --- a/source/ubl-settings-manager-theme-main.c +++ b/source/ubl-settings-manager-theme-main.c @@ -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),"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); }