From 950d8f488591175a082c271c68c8d611d3339930 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Tue, 14 Mar 2023 14:01:03 +0100 Subject: [PATCH] qml: Pin dialog wider (small form factor issue) --- electrum/gui/qml/components/Pin.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/Pin.qml b/electrum/gui/qml/components/Pin.qml index 9e58efb40..b27c4a671 100644 --- a/electrum/gui/qml/components/Pin.qml +++ b/electrum/gui/qml/components/Pin.qml @@ -13,7 +13,7 @@ ElDialog { title: qsTr('PIN') iconSource: '../../../icons/lock.png' - width: parent.width * 2/3 + width: parent.width * 3/4 anchors.centerIn: parent