mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename container constructors
This commit is contained in:
parent
e514312f84
commit
0a0d7b0481
8 changed files with 12 additions and 11 deletions
|
|
@ -43,9 +43,9 @@ impl Item {
|
|||
let id = uuid_string_random();
|
||||
|
||||
// Init components
|
||||
let label = Label::new(id.clone(), false);
|
||||
let label = Label::new_arc(id.clone(), false);
|
||||
|
||||
let page = Page::new(
|
||||
let page = Page::new_arc(
|
||||
id.clone(),
|
||||
page_navigation_request_text.clone(),
|
||||
action_tab_page_navigation_base.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue