Merge pull request #13116 from ElderOrb/FB14818

Fix for 'Login page for steam is blank'
This commit is contained in:
John Conklin II 2018-05-07 11:26:39 -07:00 committed by GitHub
commit bec015db5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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