From 6e457498af823e4d27fe98db56d832734f167f70 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:29:31 +0100 Subject: [PATCH] testing dehacking --- qml/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index 4c31079be..4391e07bb 100755 --- a/qml/main.qml +++ b/qml/main.qml @@ -27,8 +27,8 @@ ApplicationWindow { //width: 850 //height: 480 - width: (settings.general_screen_rotation == 90 || settings.general_screen_rotation == 270) ? m_window_height : m_window_width - height: (settings.general_screen_rotation == 90 || settings.general_screen_rotation == 270) ? m_window_width : m_window_height + width: 1920 + height: 1080 contentOrientation: settings.general_screen_rotation===0 ? Qt.PortraitOrientation : Qt.LandscapeOrientation contentItem.rotation: settings.general_screen_rotation