slint/internal/compiler/widgets/fluent
Olivier Goffart d49fe14e4a
Menu: avoid using padding properties (#8847)
Padding properties exists as reserved properties but don't have effect.
But the menu code was using them to store values.

This is now a warning because people got confused by setting padding and
wondering why it has not effect.
This also had some bug in the code were properties were padding was set
on a layout, as well as all the padding-* properties, so the padding was
not taking in account
2025-07-04 16:42:59 +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
_down.svg
_dropdown.svg
_edit.svg
_keyboard.svg
_left.svg
_right.svg
_up.svg
button.slint
checkbox.slint
color-scheme.slint
combobox.slint
components.slint
datepicker.slint
groupbox.slint ChangeLog: std-widgets: added content-padding to GroupBox (#8314) 2025-05-02 07:11:52 +00:00
lineedit.slint
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
tableview.slint
tabwidget.slint
textedit.slint
time-picker.slint