This commit is contained in:
pokamest 2023-01-08 23:10:46 +00:00
parent 167d3caa5d
commit 8da30b216f
3 changed files with 7 additions and 54 deletions

View file

@ -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
}
}