aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2018-12-17 09:10:11 +0000
committerxiphon <xiphon@protonmail.com>2018-12-17 09:10:11 +0000
commit515bb16418564ff3990b489d37c115a5f82f3e72 (patch)
tree6ca648abb0f3ad3c91da617442fb325223f8c3ff /components/PasswordDialog.qml
parent59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff)
downloadmonzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.gz
monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.xz
monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.zip
fix various QML warnings
Diffstat (limited to 'components/PasswordDialog.qml')
-rw-r--r--components/PasswordDialog.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index d0f442e4..a6d2b53a 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -91,7 +91,6 @@ Item {
Label {
text: root.walletName.length > 0 ? qsTr("Please enter wallet password for: ") + root.walletName : qsTr("Please enter wallet password")
- anchors.left: parent.left
Layout.fillWidth: true
font.pixelSize: 16 * scaleRatio
@@ -104,7 +103,6 @@ Item {
text: root.errorText
visible: root.errorText
- anchors.left: parent.left
color: MoneroComponents.Style.errorColor
font.pixelSize: 16 * scaleRatio
font.family: MoneroComponents.Style.fontLight.name
@@ -116,7 +114,6 @@ Item {
id : passwordInput
Layout.topMargin: 6
Layout.fillWidth: true
- anchors.left: parent.left
horizontalAlignment: TextInput.AlignLeft
verticalAlignment: TextInput.AlignVCenter
font.family: MoneroComponents.Style.fontLight.name