mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 09:35:31 +02:00
change button text to have a space
This commit is contained in:
parent
43fe98a511
commit
8770c363df
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Item {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
width: 200
|
||||
|
||||
text: qsTr(loginDialog.isSteamRunning() ? "Link Account" : "Login")
|
||||
text: qsTr(loginDialog.isSteamRunning() ? "Link Account" : "Log in")
|
||||
color: hifi.buttons.blue
|
||||
|
||||
onClicked: linkAccountBody.login()
|
||||
|
|
Loading…
Reference in a new issue