use default alignment

This commit is contained in:
yggverse 2025-01-30 18:33:39 +02:00
parent 822171af61
commit 8356c432c1

View file

@ -50,7 +50,7 @@ impl List {
.build();
// Title
child.append(&Label::builder().halign(Align::Start).build());
child.append(&Label::new(None));
// Done
this.downcast_ref::<ListItem>()