Browse Source

draft GtkStyleProviderPriority

PHP-GTK3
yggverse 2 months ago
parent
commit
d3f21929ea
  1. 2
      src/Yoda.php

2
src/Yoda.php

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