Application window Y not saving correctly.
Unsolved
QML and Qt Quick
-
Hello,
I am trying to save the a Quick application position on close, but it doesn't save correctly?
Everytime it saves it adds the Window title bar to Y position.
As an example, in Ubuntu with Unity here is the log for Y position:qml: mainWindow.y: 52 qml: minimumY: 24 qml: mainWindow.y - minimumY: 28
minimumY: (Screen.height - Screen.desktopAvailableHeight)
Any ideeas?