gui(installer): reduce empty space height
This commit is contained in:
parent
0993905879
commit
db20ae4b67
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user