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