slint/internal/compiler/widgets/fluent
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
..
_arrow-down.svg
_arrow-up.svg
_arrow_back.svg
_arrow_forward.svg
_calendar.svg
_check-mark.svg
_chevron-down.svg
_chevron-up.svg
_clock.svg
_dismiss.svg LineEdit: add clear icon, visible when not empty 2025-07-25 15:30:50 +02:00
_down.svg
_dropdown.svg
_edit.svg
_eye_hide.svg LineEdit: add icon to toggle password visibility 2025-07-25 15:30:50 +02:00
_eye_show.svg LineEdit: add icon to toggle password visibility 2025-07-25 15:30:50 +02:00
_keyboard.svg
_left.svg
_right.svg
_up.svg
button.slint Button: add property icon-size (#9279) 2025-09-11 16:14:17 +02:00
checkbox.slint
color-scheme.slint
combobox.slint
components.slint
datepicker.slint Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00
groupbox.slint ChangeLog: std-widgets: added content-padding to GroupBox (#8314) 2025-05-02 07:11:52 +00:00
lineedit.slint LineEdit: Fix show password icon being out of sync with fluent 2025-08-22 16:20:11 +02:00
menu.slint Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
progressindicator.slint
scrollview.slint Renames after the API review 2025-06-06 12:31:50 +02:00
slider.slint
spinbox.slint
spinner.slint
std-widgets-impl.slint Introduce Platform.style-name 2025-05-06 13:06:27 +02:00
std-widgets.slint
styling.slint
switch.slint Switch: ensure that the min-width contains the text 2025-08-22 16:18:46 +02:00
tableview.slint
tabwidget.slint
textedit.slint
time-picker.slint Align DatePickerPopup and TimePickerPopup placement logic (#9410) 2025-09-15 09:46:39 +02:00