mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
right align forgot user/pw shortcuts
This commit is contained in:
parent
385027321b
commit
a5038850f1
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,9 @@ Item {
|
|||
linkColor: hifi.colors.blueAccent
|
||||
|
||||
onLinkActivated: loginDialog.openUrl(link)
|
||||
Component.onCompleted: {
|
||||
forgotUsernameShortcut.x = root.implicitWidth - forgotUsernameShortcut.width;
|
||||
}
|
||||
}
|
||||
|
||||
TextField {
|
||||
|
@ -210,6 +213,9 @@ Item {
|
|||
linkColor: hifi.colors.blueAccent
|
||||
|
||||
onLinkActivated: loginDialog.openUrl(link)
|
||||
Component.onCompleted: {
|
||||
forgotPasswordShortcut.x = root.implicitWidth - forgotPasswordShortcut.width;
|
||||
}
|
||||
}
|
||||
|
||||
InfoItem {
|
||||
|
|
Loading…
Reference in a new issue