Skip to content

Commit

Permalink
Fix style priority
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Sep 15, 2018
1 parent b72108e commit a7dff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class Clipped.MainWindow : Gtk.Dialog {
} catch (Error e) {
warning ("Failed to load CSS style for search window background");
}
get_style_context ().add_provider (background_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER);
get_style_context ().add_provider (background_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);

var list_box_scroll = new Gtk.ScrolledWindow (null, null);
list_box_scroll.vexpand = true;
Expand Down

0 comments on commit a7dff0a

Please sign in to comment.