From 515bb16418564ff3990b489d37c115a5f82f3e72 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 17 Dec 2018 09:10:11 +0000 Subject: fix various QML warnings --- components/PasswordDialog.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'components/PasswordDialog.qml') 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 -- cgit v1.2.3