mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:00:43 +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
|
linkColor: hifi.colors.blueAccent
|
||||||
|
|
||||||
onLinkActivated: loginDialog.openUrl(link)
|
onLinkActivated: loginDialog.openUrl(link)
|
||||||
|
Component.onCompleted: {
|
||||||
|
forgotUsernameShortcut.x = root.implicitWidth - forgotUsernameShortcut.width;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
|
@ -210,6 +213,9 @@ Item {
|
||||||
linkColor: hifi.colors.blueAccent
|
linkColor: hifi.colors.blueAccent
|
||||||
|
|
||||||
onLinkActivated: loginDialog.openUrl(link)
|
onLinkActivated: loginDialog.openUrl(link)
|
||||||
|
Component.onCompleted: {
|
||||||
|
forgotPasswordShortcut.x = root.implicitWidth - forgotPasswordShortcut.width;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
InfoItem {
|
InfoItem {
|
||||||
|
|
Loading…
Reference in a new issue