button style change/cant access text

This commit is contained in:
Wayne Chen 2018-10-22 17:44:03 -07:00
parent b33267a63a
commit 736a78061d

View file

@ -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>"