50% opacity/bold shortcut text

This commit is contained in:
Wayne Chen 2018-12-06 14:58:39 -08:00
parent 1ddba8e787
commit 1a86b8d172
6 changed files with 13 additions and 9 deletions

View file

@ -63,7 +63,7 @@ FocusScope {
id: opaqueRect
height: parent.height
width: parent.width
opacity: 0.25
opacity: 0.5
color: "black"
}

View file

@ -160,12 +160,13 @@ Item {
text: "<a href='https://fake.link'>Already have a High Fidelity profile? Link to an existing profile here.</a>"
font.family: completeProfileBody.fontFamily
font.pixelSize: 14
font.pixelSize: completeProfileBody.fontSize
font.bold: completeProfileBody.fontBold
wrapMode: Text.WordWrap
lineHeight: 2
lineHeightMode: Text.ProportionalHeight
horizontalAlignment: Text.AlignHCenter
linkColor: hifi.colors.blueAccent
onLinkActivated: {
loginDialog.isLogIn = true;
@ -196,10 +197,11 @@ Item {
text: completeProfileBody.termsContainerText
font.family: completeProfileBody.fontFamily
font.pixelSize: 14
font.pixelSize: completeProfileBody.fontSize
font.bold: completeProfileBody.fontBold
wrapMode: Text.WordWrap
color: hifi.colors.baseGrayHighlight
color: hifi.colors.lightGray
linkColor: hifi.colors.blueAccent
lineHeight: 1
lineHeightMode: Text.ProportionalHeight

View file

@ -326,6 +326,7 @@ Item {
}
font.family: linkAccountBody.fontFamily
font.pixelSize: linkAccountBody.textFieldFontSize
font.bold: linkAccountBody.fontBold
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
@ -409,7 +410,8 @@ Item {
lineHeight: 1
color: "white"
font.family: linkAccountBody.fontFamily
font.pixelSize: 18
font.pixelSize: linkAccountBody.textFieldFontSize
font.bold: linkAccountBody.fontBold
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
}
@ -418,7 +420,8 @@ Item {
id: signUpShortcutText
z: 10
font.family: linkAccountBody.fontFamily
font.pixelSize: 18
font.pixelSize: linkAccountBody.textFieldFontSize
font.bold: linkAccountBody.fontBold
anchors {
left: signUpText.right
leftMargin: hifi.dimensions.contentSpacing.x

View file

@ -105,7 +105,6 @@ Item {
font.family: "Fira Sans"
font.pixelSize: usernameCollisionBody.textFieldFontSize
styleRenderType: Text.QtRendering
font.bold: usernameCollisionBody.fontBold
width: root.bannerWidth
placeholderText: "Choose your own"

View file

@ -64,7 +64,7 @@ FocusScope {
id: opaqueRect
height: parent.height
width: parent.width
opacity: 0.25
opacity: 0.5
color: "black"
}

View file

@ -120,7 +120,7 @@ FocusScope {
id: opaqueRect
height: parent.height
width: parent.width
opacity: 0.25
opacity: 0.5
color: "black"
}