mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft GtkStyleProviderPriority
This commit is contained in:
parent
4258c9b5e0
commit
d3f21929ea
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ $style = new \GtkStyleContext;
|
|||
|
||||
$style->add_provider_for_screen(
|
||||
$css,
|
||||
600
|
||||
600 // \GtkStyleProviderPriority::APPLICATION @TODO PR #121
|
||||
);
|
||||
|
||||
\Gtk::main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue