wip: refactor

This commit is contained in:
2024-12-27 09:56:56 +07:00
parent 7fd9f22b4a
commit 2ddd2d3b17
17 changed files with 294 additions and 46 deletions

View File

@@ -25,7 +25,7 @@ pub struct StackPanel {
}
impl Panel for StackPanel {
fn panel_name(&self) -> SharedString {
fn panel_id(&self) -> SharedString {
"StackPanel".into()
}