From 47f9a1765a4f5f02b22475fdfb30c6b71e5a57be Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 21 Apr 2018 21:58:00 +0200 Subject: Modify password dialog and move customdecorations function out of main.qml --- components/NewPasswordDialog.qml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'components/NewPasswordDialog.qml') diff --git a/components/NewPasswordDialog.qml b/components/NewPasswordDialog.qml index d83364de..d94b5407 100644 --- a/components/NewPasswordDialog.qml +++ b/components/NewPasswordDialog.qml @@ -38,13 +38,7 @@ import "../components" as MoneroComponents Item { id: root visible: false - Rectangle { - id: bg - z: parent.z + 1 - anchors.fill: parent - color: "black" - opacity: 0.8 - } + z: parent.z + 2 property alias password: passwordInput1.text -- cgit v1.2.3