From 8027351f5842fd6aabbfb09ccfd2a23796a5f032 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 24 Feb 2020 16:32:54 +0000 Subject: [PATCH] carousel: Lower CSS priority MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise an application won’t be able to override the CSS installed by libmalcontent-ui if this is ever moved into libmalcontent-ui. Signed-off-by: Philip Withnall --- malcontent-control/carousel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malcontent-control/carousel.c b/malcontent-control/carousel.c index c69fc9f..bd56848 100644 --- a/malcontent-control/carousel.c +++ b/malcontent-control/carousel.c @@ -447,7 +447,7 @@ mct_carousel_init (MctCarousel *self) gtk_style_context_add_provider_for_screen (gdk_screen_get_default (), provider, - GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); + GTK_STYLE_PROVIDER_PRIORITY_APPLICATION - 1); g_object_unref (provider);