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