mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
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 |
||
|---|---|---|
| .. | ||
| _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 | ||
| 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 | ||