rename Main box to Tab

This commit is contained in:
yggverse 2024-04-10 05:27:11 +03:00
parent e518b0a898
commit a1fa9f96e7
3 changed files with 5 additions and 5 deletions

View file

@ -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();