Ensure total coverage using negative exclusive zone

This commit is contained in:
Jeremy Soller 2023-10-07 14:29:00 -06:00
parent fa094952b7
commit 194ca22389

View file

@ -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()),