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

8565dd31a9cc9b284601564671d64f9e2fc39193 gui(installer): widen button to fit text on single line (Michael Mallan)

Pull request description:

  This fixes #1568.

ACKs for top commit:
  edouardparis:
    ACK 8565dd31a9cc9b284601564671d64f9e2fc39193

Tree-SHA512: 4795692a8453609e3977ae817516e746b59f6c6fce8a10c9dd2ff6fd2385f959f2f3c457137065261d9bf39e713a260c586e9b01bab75fa396caac2371ce3679
This commit is contained in:
edouardparis 2025-02-11 14:58:51 +01:00
commit 27570b4de9
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

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,
)),