aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardAskPassword.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-07-22 13:29:31 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-07-22 13:29:31 -0500
commit25e56ee8fba6b0b87f3cb6d1986eebfee138edfa (patch)
treeca470a3f46f947e51f530c28c76135f5cf813af8 /wizard/WizardAskPassword.qml
parent40c3e38f5a8577039f339586e572bcbea4a41128 (diff)
parentf20ab12cf3bd7575e7c0043c64de3ab74c211218 (diff)
downloadmonzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.tar.gz
monzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.tar.xz
monzero-gui-25e56ee8fba6b0b87f3cb6d1986eebfee138edfa.zip
Merge pull request #2307
f20ab12 QML: fix various warnings (selsta)
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: "*"
}