mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 15:52:14 +02:00
Fix "or" not dissappearing in popup window
This commit is contained in:
parent
7b34872b81
commit
56362461fc
1 changed files with 2 additions and 1 deletions
|
@ -549,7 +549,7 @@ Item {
|
|||
|
||||
Text {
|
||||
id: signUpTextSecond
|
||||
text: qsTr("or..")
|
||||
text: qsTr("or")
|
||||
anchors {
|
||||
left: signUpShortcutText.right
|
||||
leftMargin: hifi.dimensions.contentSpacing.x
|
||||
|
@ -561,6 +561,7 @@ Item {
|
|||
font.bold: linkAccountBody.fontBold
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
visible: loginDialog.getLoginDialogPoppedUp() && !linkAccountBody.linkSteam && !linkAccountBody.linkOculus;
|
||||
}
|
||||
|
||||
TextMetrics {
|
||||
|
|
Loading…
Reference in a new issue