Set exclusive_zone to 0 for applet, fixes #560, #561

This commit is contained in:
Jeremy Soller 2024-11-15 07:38:33 -07:00
parent bbfe5cbdf3
commit f6ce791c4c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -3205,7 +3205,7 @@ impl Application for App {
left: 0,
right: 0,
},
exclusive_zone: -1,
exclusive_zone: 0,
size_limits: Limits::NONE.min_width(1.0).min_height(1.0),
}),
]);