1
0

qml: Pin dialog wider (small form factor issue)

This commit is contained in:
Sander van Grieken
2023-03-14 14:01:03 +01:00
parent 876b0ff295
commit 950d8f4885

View File

@@ -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