gui(installer): reduce empty space height

This commit is contained in:
Michael Mallan 2024-08-30 12:12:07 +01:00
parent 0993905879
commit db20ae4b67
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -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()