From 194ca223895087a13aaef37c86d5a1bc05bc146e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 7 Oct 2023 14:29:00 -0600 Subject: [PATCH] Ensure total coverage using negative exclusive zone --- src/locker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locker.rs b/src/locker.rs index 83b908c..9989d34 100644 --- a/src/locker.rs +++ b/src/locker.rs @@ -293,7 +293,7 @@ impl cosmic::Application for App { left: 0, right: 0, }, - exclusive_zone: 0, + exclusive_zone: -1, size_limits: iced::Limits::NONE.min_width(1.0).min_height(1.0), }), widget::text_input::focus(self.text_input_id.clone()),