slint/internal/compiler/widgets
Arkadiusz Żmudzin d89f8cfe17
Align DatePickerPopup and TimePickerPopup placement logic (#9410)
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
2025-09-15 09:46:39 +02:00
..
common Bump version number to 1.14.0 2025-09-11 14:01:14 +00:00
cosmic Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00
cupertino Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00
fluent Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00
material Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00
qt Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00