Skip to content
Snippets Groups Projects
Unverified Commit 53883e40 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: wrong portrait mode orientation

parent 33e50eed
No related branches found
No related tags found
1 merge request!17QDS-11197 Add QR Code registration instructions
Pipeline #64214 passed
......@@ -203,11 +203,11 @@ Rectangle {
states: [
State {
name: "vertical"
when: root.width <= 400
when: root.width >= 400
},
State {
name: "horizontal"
when: root.width > 400
when: root.width < 400
PropertyChanges {
target: qdsicon1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment