slint/internal/compiler/widgets
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
..
common Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
cosmic Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
cupertino Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
fluent Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
material Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
qt Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00