mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use default alignment
This commit is contained in:
parent
822171af61
commit
8356c432c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue