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 5, 2024
1 parent 0993905 commit db20ae4
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 @@ -1225,7 +1225,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 db20ae4

Please sign in to comment.