aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:02 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:02 -0600
commit4c3f84a69501764015a00a3dd5497f11325354b6 (patch)
treef3cda2dfe00d685259518a403eb16992df96bf36 /components/PasswordDialog.qml
parent9b3a0d5b13bcc3e9c1b388c5a16b1805892dbce9 (diff)
parent515bb16418564ff3990b489d37c115a5f82f3e72 (diff)
downloadmonzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.gz
monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.xz
monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.zip
Merge pull request #1835
515bb16 fix various QML warnings (xiphon)
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 01d91fec..eceef188 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -95,7 +95,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
@@ -108,7 +107,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
@@ -120,7 +118,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