Skip to content

Commit

Permalink
Merge #1428: gui(installer): align title & descrpition in path cards
Browse files Browse the repository at this point in the history
f6c953f gui(installer): align title & descrpition in path cards (pythcoiner)

Pull request description:

  fixes #1427
  ![image](https://github.com/user-attachments/assets/4bf68994-6bb7-4929-9a98-8cda7a4039fd)

ACKs for top commit:
  jp1ac4:
    tACK f6c953f.

Tree-SHA512: f377a509156363f611a48a00dbd219b193d5542f5d2862c405c492bddc139d96c2b5b35c268f71ee02cc20b2b88c838e591cbb7f73ebfc1f740952f520f366f6
  • Loading branch information
edouardparis committed Nov 4, 2024
2 parents 30024e5 + f6c953f commit 14f2a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/installer/view/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 14f2a31

Please sign in to comment.