Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.10
-
None
Description
Using qtdoc/examples/demos/car-configurator
The menu buttons are scaled with QQuickItem::scale according to width of display.
which works fine
however, the rightmost part of the display is clipped, as if the clipping is done
on the unscaled version of the buttons
clipped variant:
unclipped variant (width is sufficiently large)