mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55: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();
|
.build();
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
child.append(&Label::builder().halign(Align::Start).build());
|
child.append(&Label::new(None));
|
||||||
|
|
||||||
// Done
|
// Done
|
||||||
this.downcast_ref::<ListItem>()
|
this.downcast_ref::<ListItem>()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue