native: fix typos
This commit is contained in:
parent
265889c633
commit
525158d5b4
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ Window {
|
||||||
visible: true
|
visible: true
|
||||||
color: getColors().window
|
color: getColors().window
|
||||||
|
|
||||||
title: qsTr("Alisa - License Managment")
|
title: qsTr("Alisa - License Management")
|
||||||
|
|
||||||
property string authToken: ""
|
property string authToken: ""
|
||||||
|
|
||||||
|
|
|
@ -29,15 +29,15 @@ Rectangle {
|
||||||
anchors{
|
anchors{
|
||||||
verticalCenter: s1.verticalCenter
|
verticalCenter: s1.verticalCenter
|
||||||
rightMargin: 5
|
rightMargin: 5
|
||||||
right: logginB.left
|
right: loginB.left
|
||||||
}
|
}
|
||||||
|
|
||||||
placeholderText: qsTr("Seach")
|
placeholderText: qsTr("Search")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Button{
|
Button{
|
||||||
id: logginB
|
id: loginB
|
||||||
anchors{
|
anchors{
|
||||||
verticalCenter: s1.verticalCenter
|
verticalCenter: s1.verticalCenter
|
||||||
rightMargin: 10
|
rightMargin: 10
|
||||||
|
|
Loading…
Reference in a new issue