Merge #1428: gui(installer): align title & descrpition in path cards
f6c953fb1dcf16b303d8382160dbbffbde060b2d gui(installer): align title & descrpition in path cards (pythcoiner) Pull request description: fixes #1427  ACKs for top commit: jp1ac4: tACK f6c953fb1dcf16b303d8382160dbbffbde060b2d. Tree-SHA512: f377a509156363f611a48a00dbd219b193d5542f5d2862c405c492bddc139d96c2b5b35c268f71ee02cc20b2b88c838e591cbb7f73ebfc1f740952f520f366f6
This commit is contained in:
commit
14f2a318f9
@ -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