From a7dff0a3498288781267dbb4a83f212d63f85c85 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 15 Sep 2018 15:36:16 +0100 Subject: [PATCH] Fix style priority --- src/MainWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 99fc100..687f4ad 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -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;