From be60ae170512b11d341efcb61829cca9a79ae521 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sun, 6 Dec 2020 10:43:41 +0100 Subject: [PATCH] Enlarged yes/no dialog --- src/ui/activities/filetransfer_activity/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/activities/filetransfer_activity/layout.rs b/src/ui/activities/filetransfer_activity/layout.rs index a554da7..e22a44d 100644 --- a/src/ui/activities/filetransfer_activity/layout.rs +++ b/src/ui/activities/filetransfer_activity/layout.rs @@ -100,7 +100,7 @@ impl FileTransferActivity { PopupType::Input(_, _) => (30, 10), PopupType::Progress(_) => (40, 10), PopupType::Wait(_) => (50, 10), - PopupType::YesNo(_, _, _) => (20, 10), + PopupType::YesNo(_, _, _) => (30, 10), }; let popup_area: Rect = self.draw_popup_area(f.size(), width, height); f.render_widget(Clear, popup_area); //this clears out the background