mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 15:52:14 +02:00
cleaning up commented code
This commit is contained in:
parent
11c40666e4
commit
ce65e557bc
4 changed files with 2 additions and 5 deletions
|
@ -22,7 +22,6 @@ Item {
|
|||
property int textFieldHeight: 31
|
||||
property string fontFamily: "Raleway"
|
||||
property int fontSize: 15
|
||||
// property int textFieldFontSize: !root.isTablet ? !root.isOverlay : hifi.fontSizes.textFieldInput ? hifi.fontSizes.textFieldInput : 18
|
||||
property int textFontSize: 24
|
||||
property bool fontBold: true
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ Item {
|
|||
property int textFieldHeight: 31
|
||||
property string fontFamily: "Raleway"
|
||||
property int fontSize: 15
|
||||
// property int textFieldFontSize: !root.isTablet ? !root.isOverlay : hifi.fontSizes.textFieldInput ? hifi.fontSizes.textFieldInput : 18
|
||||
property int textFieldFontSize: 18
|
||||
property bool fontBold: true
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ Item {
|
|||
property int textFieldHeight: 31
|
||||
property string fontFamily: "Raleway"
|
||||
property int fontSize: 15
|
||||
// property int textFieldFontSize: !root.isTablet ? !root.isOverlay : hifi.fontSizes.textFieldInput ? hifi.fontSizes.textFieldInput : 18
|
||||
property int textFieldFontSize: 18
|
||||
property bool fontBold: true
|
||||
|
||||
|
@ -66,7 +65,6 @@ Item {
|
|||
|
||||
function signup() {
|
||||
loginDialog.signup(emailField.text, usernameField.text, passwordField.text);
|
||||
return;
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
|
|
@ -23,6 +23,7 @@ Item {
|
|||
height: root.height
|
||||
readonly property string fontFamily: "Raleway"
|
||||
readonly property int fontSize: 15
|
||||
readonly property int textFieldFontSize: 18
|
||||
readonly property bool fontBold: true
|
||||
|
||||
function create() {
|
||||
|
@ -102,7 +103,7 @@ Item {
|
|||
topMargin: hifi.dimensions.contentSpacing.y
|
||||
}
|
||||
font.family: "Fira Sans"
|
||||
font.pixelSize: usernameCollisionBody.fontSize
|
||||
font.pixelSize: usernameCollisionBody.textFieldFontSize
|
||||
styleRenderType: Text.QtRendering
|
||||
font.bold: usernameCollisionBody.fontBold
|
||||
width: root.bannerWidth
|
||||
|
|
Loading…
Reference in a new issue