diff options
Diffstat (limited to 'Authentication/SignIn.ui.qml')
| -rw-r--r-- | Authentication/SignIn.ui.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Authentication/SignIn.ui.qml b/Authentication/SignIn.ui.qml index b0f7651..94421b5 100644 --- a/Authentication/SignIn.ui.qml +++ b/Authentication/SignIn.ui.qml @@ -57,7 +57,7 @@ Flickable { family: Bootstrap .bodyFont.family pointSize: Eduport - .fontSizeLead + .leadFontSize } } } @@ -95,7 +95,7 @@ Flickable { placeholderText: qsTr("E-mail") font { family: Bootstrap.bodyFont.family - pointSize: Eduport.fontSizeFormControl + pointSize: Eduport.formControlFontSize } Layout.fillWidth: true Layout.fillHeight: true @@ -142,7 +142,7 @@ Flickable { echoMode: TextInput.Password font { family: Bootstrap.bodyFont.family - pointSize: Eduport.fontSizeFormControl + pointSize: Eduport.formControlFontSize } Layout.fillWidth: true Layout.fillHeight: true @@ -161,7 +161,7 @@ Flickable { family: Bootstrap.bodyFont .family pointSize: Eduport - .fontSizeFormText + .formTextFontSize } color: "#6c757d" } |