mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use GtkStyleProvider::PRIORITY_APPLICATION
This commit is contained in:
parent
ae83c27758
commit
db4b3d0df0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ $style = new \GtkStyleContext;
|
|||
|
||||
$style->add_provider_for_screen(
|
||||
$css,
|
||||
600 // \GtkStyleProviderPriority::APPLICATION @TODO PR #121
|
||||
\GtkStyleProvider::PRIORITY_APPLICATION
|
||||
);
|
||||
|
||||
\Gtk::main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue