From 6c47f4a4261cf141d1c43682987d39cf361b543a Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Mon, 30 Nov 2020 10:37:01 +0100 Subject: [PATCH] Enlarged YesNo dialog popup --- src/ui/activities/filetransfer_activity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/activities/filetransfer_activity.rs b/src/ui/activities/filetransfer_activity.rs index 5196c00..0cf2fd9 100644 --- a/src/ui/activities/filetransfer_activity.rs +++ b/src/ui/activities/filetransfer_activity.rs @@ -1699,7 +1699,7 @@ impl FileTransferActivity { PopupType::Input(_, _) => (30, 10), PopupType::Progress(_) => (40, 10), PopupType::Wait(_) => (50, 10), - PopupType::YesNo(_, _, _) => (10, 10), + PopupType::YesNo(_, _, _) => (20, 10), }; let popup_area: Rect = self.draw_popup_area(f.size(), width, height); f.render_widget(Clear, popup_area); //this clears out the background