summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/widgets/qtoolbutton/menuOnMultiScreens
Commit message (Collapse)AuthorAgeFilesLines
* Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-102-0/+76
When a screen is positioned to be above another, then the toolbutton menu could be shown on the wrong screen if it was deemed to not fit below the button the same screen. This ensures that it shows it on the right screen when there is sufficient space to do so. Change-Id: Ia626b28f74c1931904ff5b30cca17e63914d3c79 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>