slint/tests
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
..
cases Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
doctests chore: A few clippy fixes 2025-05-09 13:25:38 +02:00
driver Rust codegen that forward to the interpreter (live-reload) 2025-07-04 10:07:22 +02:00
helper_components Fix order of exports when adding implicit export 2024-10-25 12:10:40 +02:00
manual Bump version number to 1.13.0 2025-06-26 13:30:43 +00:00
screenshots swrenderer: rewrite TargetPixelBuffer::draw_texture interface 2025-04-29 23:26:02 +02:00