mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename Main box to Tab
This commit is contained in:
parent
e518b0a898
commit
a1fa9f96e7
3 changed files with 5 additions and 5 deletions
|
|
@ -61,10 +61,10 @@ $window->connect(
|
|||
}
|
||||
);
|
||||
|
||||
$main = new \Yggverse\Yoda\Box\Main();
|
||||
$tab = new \Yggverse\Yoda\Box\Tab();
|
||||
|
||||
$window->add(
|
||||
$main->box
|
||||
$tab->box
|
||||
);
|
||||
|
||||
$window->show_all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue