draft GtkStyleProviderPriority

This commit is contained in:
yggverse 2024-07-09 23:41:06 +03:00
parent 4258c9b5e0
commit d3f21929ea

View file

@ -49,7 +49,7 @@ $style = new \GtkStyleContext;
$style->add_provider_for_screen(
$css,
600
600 // \GtkStyleProviderPriority::APPLICATION @TODO PR #121
);
\Gtk::main();