diff options
-rw-r--r-- | app/Messaging.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Messaging.qml b/app/Messaging.qml index f59850a..48568c2 100644 --- a/app/Messaging.qml +++ b/app/Messaging.qml @@ -30,8 +30,8 @@ ApplicationWindow { Item { id: container anchors.centerIn: parent - width: Screen.width - height: Screen.height + width: Window.width + height: Window.height //scale: screenInfo.scale_factor() scale: 1 |