Experimental tablet UI
This commit is contained in:
parent
55c5c8d74d
commit
e95ec1f76a
8 changed files with 142 additions and 65 deletions
|
@ -68,7 +68,7 @@ Item {
|
|||
// Initial focus
|
||||
focus: true
|
||||
|
||||
property real scalef: (width < height) ? (width / 480) : (height / 480)
|
||||
property real scalef: 1.0 //(width < height) ? (width / 480) : (height / 480)
|
||||
property int shorterSide: (width < height) ? width : height
|
||||
property int dialogsVisible: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue