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;
$style->add_provider_for_screen( $style->add_provider_for_screen(
$css, $css,
600 600 // \GtkStyleProviderPriority::APPLICATION @TODO PR #121
); );
\Gtk::main(); \Gtk::main();
Loading…
Cancel
Save