rename struct entity

This commit is contained in:
yggverse 2024-09-23 14:57:02 +03:00
parent 7e7ad470e1
commit b162682f51
3 changed files with 12 additions and 12 deletions

View file

@ -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(),
),
}
}