mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename struct entity
This commit is contained in:
parent
7e7ad470e1
commit
b162682f51
3 changed files with 12 additions and 12 deletions
|
|
@ -11,8 +11,8 @@ impl Label {
|
|||
pub fn new() -> Label {
|
||||
Self {
|
||||
widget: widget::Label::new(
|
||||
pin::Pin::new().widget().gtk(),
|
||||
title::Title::new().widget().gtk(),
|
||||
pin::Pin::new().widget().image(),
|
||||
title::Title::new().widget().label(),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue