Skip to content

Commit

Permalink
gui(installer): reduce empty space height
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Sep 3, 2024
1 parent 2d05bfd commit 8d8397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/installer/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ pub fn define_bitcoin_node<'a>(
}
})
} else {
Some(Container::new(Space::with_height(Length::Fixed(25.0))))
Some(Container::new(Space::with_height(Length::Fixed(21.0))))
})
.push(
Row::new()
Expand Down

0 comments on commit 8d8397e

Please sign in to comment.