installer: add a spacer bellow Next button at descriptor registration step

This commit is contained in:
pythcoiner 2025-03-26 06:47:01 +01:00
parent 14d1bd73a8
commit cbc27e66a3
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -722,6 +722,7 @@ pub fn register_descriptor<'a>(
} else {
button::secondary(None, "Next").width(Length::Fixed(200.0))
})
.push(Space::with_height(5))
.spacing(50),
true,
if !processing {