FB14818 Login page for steam is blank

This commit is contained in:
Alexander Ivash 2018-05-06 17:17:06 +03:00
parent ea230d8698
commit b4cfea2fbc

View file

@ -84,11 +84,9 @@ Item {
height: undefined // invalidate so that the image's size sets the height height: undefined // invalidate so that the image's size sets the height
focus: true focus: true
style: OriginalStyles.ButtonStyle { background: Image {
background: Image { id: buttonImage
id: buttonImage source: "../../images/steam-sign-in.png"
source: "../../images/steam-sign-in.png"
}
} }
onClicked: signInBody.login() onClicked: signInBody.login()
} }