mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-27 10:26:12 +00:00
Updated the `width` and `height` properties of `DatePickerPopup` and `TimePickerPopup` components to use dynamic sizing based on `dialog` dimensions instead of fixed pixel values. Previously, the lack of `width` and `height` in `TimePickerPopup` caused inconsistent placement when displayed at a specific location: - `DatePickerPopup` was centered on the given (x, y) - `TimePickerPopup` used its top-left corner as the anchor point Now both components consistently render centered at the specified (x, y). Fixes #9262 |
||
|---|---|---|
| .. | ||
| common | ||
| cosmic | ||
| cupertino | ||
| fluent | ||
| material | ||
| qt | ||