Ensure total coverage using negative exclusive zone
This commit is contained in:
parent
fa094952b7
commit
194ca22389
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue