aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardAskPassword.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardAskPassword.qml')
-rw-r--r--wizard/WizardAskPassword.qml15
1 files changed, 2 insertions, 13 deletions
diff --git a/wizard/WizardAskPassword.qml b/wizard/WizardAskPassword.qml
index e87d4472..fcb5ccb1 100644
--- a/wizard/WizardAskPassword.qml
+++ b/wizard/WizardAskPassword.qml
@@ -97,23 +97,12 @@ ColumnLayout {
TextInput {
id: progressText
- anchors.top: parent.top
- anchors.topMargin: 6
+ Layout.topMargin: 6
+ Layout.bottomMargin: 6
font.family: MoneroComponents.Style.fontMedium.name
font.pixelSize: 14
font.bold: false
color: MoneroComponents.Style.defaultFontColor
- text: root.passwordStrengthText + '-'
- height: 18
- passwordCharacter: "*"
- }
-
- TextInput {
- id: progressTextValue
- font.family: MoneroComponents.Style.fontMedium.name
- font.pixelSize: 13
- font.bold: true
- color: MoneroComponents.Style.defaultFontColor
height: 18
passwordCharacter: "*"
}