gui(installer): widen button to fit text on single line

This commit is contained in:
Michael Mallan 2025-02-11 10:04:24 +00:00
parent b1354be726
commit 8565dd31a9
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -184,7 +184,7 @@ pub fn custom_template<'a>(
Row::new()
.push(
button::secondary(Some(icon::plus_icon()), "Add recovery option")
.width(Length::Fixed(200.0))
.width(Length::Fixed(210.0))
.on_press(Message::DefineDescriptor(
message::DefineDescriptor::AddRecoveryPath,
)),