Uh oh, somebody's in trouble
This commit is contained in:
4
Main.qml
4
Main.qml
@@ -120,7 +120,7 @@ Item {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: usernameBg
|
id: usernameBg
|
||||||
source: "text-field"
|
source: "text-field.png"
|
||||||
x: -(sourceSize.width / 2)
|
x: -(sourceSize.width / 2)
|
||||||
}
|
}
|
||||||
TextField {
|
TextField {
|
||||||
@@ -152,7 +152,7 @@ Item {
|
|||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: passwordBg
|
id: passwordBg
|
||||||
source: "text-field"
|
source: "text-field.png"
|
||||||
x: -(sourceSize.width / 2)
|
x: -(sourceSize.width / 2)
|
||||||
}
|
}
|
||||||
TextField {
|
TextField {
|
||||||
|
|||||||
Reference in New Issue
Block a user