mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
button style change/cant access text
This commit is contained in:
parent
b33267a63a
commit
736a78061d
1 changed files with 3 additions and 2 deletions
|
@ -298,7 +298,6 @@ Item {
|
|||
height: d.minHeightButton
|
||||
text: qsTr("Log In")
|
||||
fontSize: signUpButton.fontSize
|
||||
color: hifi.buttons.none
|
||||
// background: Rectangle {
|
||||
// radius: hifi.buttons.radius
|
||||
//
|
||||
|
@ -315,7 +314,7 @@ Item {
|
|||
Item {
|
||||
id: cantAccessContainer
|
||||
width: parent.width
|
||||
height: cantAccessText.height
|
||||
y: usernameField.height
|
||||
anchors {
|
||||
top: cancelContainer.bottom
|
||||
topMargin: 3.5 * hifi.dimensions.contentSpacing.y
|
||||
|
@ -324,6 +323,8 @@ Item {
|
|||
HifiStylesUit.ShortcutText {
|
||||
id: cantAccessText
|
||||
z: 10
|
||||
anchors.centerIn: parent
|
||||
font.pixelSize: 14
|
||||
|
||||
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue