mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +02:00
Merge pull request #13116 from ElderOrb/FB14818
Fix for 'Login page for steam is blank'
This commit is contained in:
commit
bec015db5c
1 changed files with 3 additions and 5 deletions
|
@ -84,12 +84,10 @@ 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()
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
|
|
Loading…
Reference in a new issue