xml anchor + GuiPanel minor refactor

This commit is contained in:
galister
2025-06-20 02:40:27 +09:00
parent d1e3f51b8a
commit 10aab5451f
6 changed files with 38 additions and 67 deletions

View File

@@ -51,7 +51,7 @@ where
processes: vec![],
}));
let mut panel = GuiPanel::new_blank(app, 2048)?;
let mut panel = GuiPanel::new_blank(app)?;
let (background, _) = panel.layout.add_child(
panel.layout.root_widget,