wrap play button in aspecframe to keep from weirdly resizing when parent size increases

This commit is contained in:
2024-03-19 18:16:33 +01:00
parent 7c7f07e670
commit 92315c5652
2 changed files with 18 additions and 8 deletions

View File

@@ -139,6 +139,11 @@ impl Component for App {
containers.insert("5344".to_string(), 3);
containers.insert("1242344".to_string(), 3);
containers.insert("1265464".to_string(), 3);
containers.insert(
"126222222222222222222222222222222222222222233333333333333333333333333333333325464"
.to_string(),
3,
);
let model = Self {
about_dialog,