[goffice] GUI: Up css priority to "application".



commit 86feef7d4fd1a43e0ed11678198ed9fe2b25548e
Author: Morten Welinder <terra gnome org>
Date:   Wed Dec 6 13:55:04 2017 -0500

    GUI: Up css priority to "application".
    
    Themes use "*" here and there so "fallback" is useless.  We might need
    multiple css files at different priorities eventually.

 goffice/gtk/goffice-gtk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/gtk/goffice-gtk.c b/goffice/gtk/goffice-gtk.c
index fac00e4..3a69647 100644
--- a/goffice/gtk/goffice-gtk.c
+++ b/goffice/gtk/goffice-gtk.c
@@ -1649,7 +1649,7 @@ cb_screen_changed (GtkWidget *widget)
        gtk_style_context_add_provider_for_screen
                (screen,
                 GTK_STYLE_PROVIDER (css_provider),
-                GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
+                GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]