aboutsummaryrefslogtreecommitdiff
path: root/components/NewPasswordDialog.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-01-07 15:59:14 +0000
committerxiphon <xiphon@protonmail.com>2019-01-10 04:57:57 +0300
commit310679c680251f4ffcd96eb88ef21a0259fbe29d (patch)
treedf25a9c9191e78614cbf4cdbb47378463bc9a790 /components/NewPasswordDialog.qml
parent36eb1f80e1c070f753746519e2c9e4f01784f6c2 (diff)
downloadmonzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.tar.gz
monzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.tar.xz
monzero-gui-310679c680251f4ffcd96eb88ef21a0259fbe29d.zip
QML: fix various warnings
Diffstat (limited to 'components/NewPasswordDialog.qml')
-rw-r--r--components/NewPasswordDialog.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/NewPasswordDialog.qml b/components/NewPasswordDialog.qml
index f974965d..ad2e77ec 100644
--- a/components/NewPasswordDialog.qml
+++ b/components/NewPasswordDialog.qml
@@ -96,7 +96,6 @@ Item {
Label {
text: qsTr("Please enter new password")
- anchors.left: parent.left
Layout.fillWidth: true
font.pixelSize: 16 * scaleRatio
@@ -109,7 +108,6 @@ Item {
id : passwordInput1
Layout.topMargin: 6
Layout.fillWidth: true
- anchors.left: parent.left
horizontalAlignment: TextInput.AlignLeft
verticalAlignment: TextInput.AlignVCenter
font.family: MoneroComponents.Style.fontLight.name
@@ -154,7 +152,6 @@ Item {
Label {
text: qsTr("Please confirm new password")
- anchors.left: parent.left
Layout.fillWidth: true
font.pixelSize: 16 * scaleRatio
@@ -167,7 +164,6 @@ Item {
id : passwordInput2
Layout.topMargin: 6
Layout.fillWidth: true
- anchors.left: parent.left
horizontalAlignment: TextInput.AlignLeft
verticalAlignment: TextInput.AlignVCenter
font.family: MoneroComponents.Style.fontLight.name