Fix rendering on non HiDPI screens

This commit is contained in:
Cameron Armstrong (Nightfox)
2021-03-28 09:05:36 +08:00
parent dac2b4ff16
commit 08b217ab5f
5 changed files with 14 additions and 9 deletions
+1
View File
@@ -42,6 +42,7 @@ QtObject{
property int y: 100
property int width: 1024
property int height: 768
property real pixelRatio: 1.0
property bool fullscreen: false
property bool showMenubar: Qt.platform.os === "osx" ? true : false