Commit 1ce52b0d authored by Jochen Seemann's avatar Jochen Seemann Committed by Maurice Kalinowski
Browse files

winrt: use visible bounds the get the visual area


On Windows Phone / Windows 10 Mobile, there are the status bar
and sometimes a navigation bar, which are hiding the visible
window area. In the Windows Phone code paths, the area of the
status bar was tracked and the visual area was dynamically shrinked.

This patch enables that we use ApplicationView::visibleBounds() on
every target (except Windows 8.1) to get the visible area of the
application. Its change event is now also used as a resize trigger
for manual resizing through user.

Task-number: QTBUG-51163
Change-Id: I7abe2a0978418cc941e118e212426852474c026a
Reviewed-by: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
parent 152e496c
No related merge requests found
Showing with 74 additions and 139 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment