gui(installer): align title & descrpition in path cards
This commit is contained in:
parent
30024e576e
commit
f6c953fb1d
@ -97,7 +97,7 @@ pub fn path(
|
||||
Container::new(
|
||||
Column::new()
|
||||
.spacing(10)
|
||||
.push_maybe(title.map(p1_bold))
|
||||
.push_maybe(title.map(|t| Row::new().push(Space::with_width(10)).push(p1_bold(t))))
|
||||
.push(defined_sequence(sequence, duplicate_sequence))
|
||||
.push(
|
||||
Column::new()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user