Browse Source

replace default autofocus priority

PHP-GTK3
yggverse 2 months ago
parent
commit
56a1025e51
  1. 4
      src/Entity/Browser/Container/Page.php

4
src/Entity/Browser/Container/Page.php

@ -48,6 +48,10 @@ class Page @@ -48,6 +48,10 @@ class Page
$this->navbar->gtk
);
$this->gtk->set_focus_child(
$this->navbar->go->gtk // replace autofocus priority
);
// Init content
$this->content = new Page\Content(
$this

Loading…
Cancel
Save