Cleanup
This commit is contained in:
parent
167d3caa5d
commit
8da30b216f
3 changed files with 7 additions and 54 deletions
|
|
@ -6,7 +6,7 @@ Item {
|
|||
readonly property string screenHomeIntroGifEx1: "qrc:/ScreenHomeIntroGifEx1.qml"
|
||||
|
||||
readonly property int screenWidth: 380
|
||||
readonly property int screenHeight: 640
|
||||
readonly property int screenHeight: 680
|
||||
|
||||
readonly property int defaultMargin: 20
|
||||
|
||||
|
|
@ -26,20 +26,4 @@ Item {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
function trX(x) {
|
||||
return x
|
||||
}
|
||||
|
||||
function trY(y) {
|
||||
return y
|
||||
}
|
||||
|
||||
function trW(w) {
|
||||
return w
|
||||
}
|
||||
|
||||
function trH(h) {
|
||||
return h
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue