mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
replace default autofocus priority
This commit is contained in:
parent
33c655534e
commit
56a1025e51
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue