Browse Source

qml: Pin dialog wider (small form factor issue)

master
Sander van Grieken 3 years ago
parent
commit
950d8f4885
  1. 2
      electrum/gui/qml/components/Pin.qml

2
electrum/gui/qml/components/Pin.qml

@ -13,7 +13,7 @@ ElDialog {
title: qsTr('PIN') title: qsTr('PIN')
iconSource: '../../../icons/lock.png' iconSource: '../../../icons/lock.png'
width: parent.width * 2/3 width: parent.width * 3/4
anchors.centerIn: parent anchors.centerIn: parent

Loading…
Cancel
Save