Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
display-capplet: add css name for scrollarea
This makes it possible to fix visual glitches in themes
  • Loading branch information
raveit65 committed May 7, 2018
1 parent 954bf58 commit d06a1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capplets/display/scrollarea.c
Expand Up @@ -250,6 +250,8 @@ foo_scroll_area_class_init (FooScrollAreaClass *class)
widget_class->map = foo_scroll_area_map;
widget_class->unmap = foo_scroll_area_unmap;

gtk_widget_class_set_css_name (widget_class, "foo-scroll-area");

parent_class = g_type_class_peek_parent (class);

/* Scrollable interface properties */
Expand Down

0 comments on commit d06a1d3

Please sign in to comment.