From db4b3d0df0d49c0f06d4795d2cf23ac444495b78 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 22 Jul 2024 04:16:38 +0300 Subject: [PATCH] use GtkStyleProvider::PRIORITY_APPLICATION --- src/Yoda.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yoda.php b/src/Yoda.php index b3e9a8ed..10f6c855 100644 --- a/src/Yoda.php +++ b/src/Yoda.php @@ -49,7 +49,7 @@ $style = new \GtkStyleContext; $style->add_provider_for_screen( $css, - 600 // \GtkStyleProviderPriority::APPLICATION @TODO PR #121 + \GtkStyleProvider::PRIORITY_APPLICATION ); \Gtk::main(); \ No newline at end of file