mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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
|
height: d.minHeightButton
|
||||||
text: qsTr("Log In")
|
text: qsTr("Log In")
|
||||||
fontSize: signUpButton.fontSize
|
fontSize: signUpButton.fontSize
|
||||||
color: hifi.buttons.none
|
|
||||||
// background: Rectangle {
|
// background: Rectangle {
|
||||||
// radius: hifi.buttons.radius
|
// radius: hifi.buttons.radius
|
||||||
//
|
//
|
||||||
|
@ -315,7 +314,7 @@ Item {
|
||||||
Item {
|
Item {
|
||||||
id: cantAccessContainer
|
id: cantAccessContainer
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: cantAccessText.height
|
y: usernameField.height
|
||||||
anchors {
|
anchors {
|
||||||
top: cancelContainer.bottom
|
top: cancelContainer.bottom
|
||||||
topMargin: 3.5 * hifi.dimensions.contentSpacing.y
|
topMargin: 3.5 * hifi.dimensions.contentSpacing.y
|
||||||
|
@ -324,6 +323,8 @@ Item {
|
||||||
HifiStylesUit.ShortcutText {
|
HifiStylesUit.ShortcutText {
|
||||||
id: cantAccessText
|
id: cantAccessText
|
||||||
z: 10
|
z: 10
|
||||||
|
anchors.centerIn: parent
|
||||||
|
font.pixelSize: 14
|
||||||
|
|
||||||
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
|
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue