From f4596ab4b0974d0b3986c0431337b8a304333278 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Fri, 1 Nov 2024 09:33:49 +0100 Subject: [PATCH] gui(edit key modal): increase size of the closing icon --- gui/src/installer/view/editor/mod.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui/src/installer/view/editor/mod.rs b/gui/src/installer/view/editor/mod.rs index 9b40be05..cfff80ab 100644 --- a/gui/src/installer/view/editor/mod.rs +++ b/gui/src/installer/view/editor/mod.rs @@ -271,11 +271,13 @@ pub fn edit_key_modal<'a>( Column::new() .spacing(25) .push(Row::new() + .push(h3(title)) .push(Space::with_width(Length::Fill)) - .push(button::transparent(Some(icon::cross_icon()), "").on_press(Message::Close))) + .push(button::transparent(Some(icon::cross_icon().size(40)), "").on_press(Message::Close)) + .align_items(Alignment::Center) + ) .push( Column::new() - .push(h3(title)) .push(p1_regular("Select the signing device for your key")) .spacing(10) .push(