summaryrefslogtreecommitdiff
path: root/Authentication/SignUp.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Authentication/SignUp.ui.qml')
-rw-r--r--Authentication/SignUp.ui.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Authentication/SignUp.ui.qml b/Authentication/SignUp.ui.qml
index ee179e8..3c29e7e 100644
--- a/Authentication/SignUp.ui.qml
+++ b/Authentication/SignUp.ui.qml
@@ -58,7 +58,7 @@ Flickable {
family: Bootstrap
.bodyFont.family
pointSize: Eduport
- .fontSizeLead
+ .leadFontSize
}
}
}
@@ -98,7 +98,7 @@ Flickable {
placeholderText: qsTr("E-mail")
font {
family: Bootstrap.bodyFont.family
- pointSize: Eduport.fontSizeFormControl
+ pointSize: Eduport.formControlFontSize
}
Layout.fillWidth: true
Layout.fillHeight: true
@@ -146,7 +146,7 @@ Flickable {
echoMode: TextInput.Password
font {
family: Bootstrap.bodyFont.family
- pointSize: Eduport.fontSizeFormControl
+ pointSize: Eduport.formControlFontSize
}
Layout.fillWidth: true
Layout.fillHeight: true
@@ -194,7 +194,7 @@ Flickable {
echoMode: TextInput.Password
font {
family: Bootstrap.bodyFont.family
- pointSize: Eduport.fontSizeFormControl
+ pointSize: Eduport.formControlFontSize
}
Layout.fillWidth: true
Layout.fillHeight: true