mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-27 18:36: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 |
||
|---|---|---|
| .. | ||
| _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 | ||
| _down.svg | ||
| _dropdown.svg | ||
| _edit.svg | ||
| _eye_hide.svg | ||
| _eye_show.svg | ||
| _keyboard.svg | ||
| _left.svg | ||
| _right.svg | ||
| _up.svg | ||
| button.slint | ||
| checkbox.slint | ||
| color-scheme.slint | ||
| combobox.slint | ||
| components.slint | ||
| datepicker.slint | ||
| groupbox.slint | ||
| lineedit.slint | ||
| menu.slint | ||
| progressindicator.slint | ||
| scrollview.slint | ||
| slider.slint | ||
| spinbox.slint | ||
| spinner.slint | ||
| std-widgets-impl.slint | ||
| std-widgets.slint | ||
| styling.slint | ||
| switch.slint | ||
| tableview.slint | ||
| tabwidget.slint | ||
| textedit.slint | ||
| time-picker.slint | ||