Skip to content

Commit

Permalink
testing dehacking
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 10, 2023
1 parent 8eeed2a commit 6e45749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e45749

Please sign in to comment.