From ec2f903573fa65bcf1926781b018c7d12e4d36ac Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 31 Mar 2023 15:38:53 +0200 Subject: [PATCH] qml: force Pin dialog above other dialogs --- electrum/gui/qml/components/Pin.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/gui/qml/components/Pin.qml b/electrum/gui/qml/components/Pin.qml index 180c4f0c9..fb9b9a62d 100644 --- a/electrum/gui/qml/components/Pin.qml +++ b/electrum/gui/qml/components/Pin.qml @@ -12,6 +12,7 @@ ElDialog { title: qsTr('PIN') iconSource: '../../../icons/lock.png' + z: 1000 width: parent.width * 3/4