Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux

This commit is contained in:
Felix Kauselmann
2018-05-25 18:48:43 +02:00
parent 663795d015
commit 02eda8eeb5
8 changed files with 24 additions and 26 deletions

View File

@ -11,8 +11,8 @@ Rectangle {
color: infoBackgroundColor
width: parent.width
height: parent.height
//width: parent.width
//height: parent.height
anchors.margins: 0
FlowView {