aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickmenu/data/windowScrollable.qml
Commit message (Collapse)AuthorAgeFilesLines
* Menu: fix items not being scrollable when using WindowMitch Curtis2018-06-251-0/+74
Use Window.window instead of ApplicationWindow.window, as the former will always result in a window regardless of which type of window is in use. Task-number: QTBUG-68858 Change-Id: I3bdb60350d92b13621b0f4db9085bf067b6ff6e2 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>