gui(installer): widen button to fit text on single line
This commit is contained in:
parent
b1354be726
commit
8565dd31a9
@ -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,
|
||||
)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user