fix(encryption): certificate discovery dialog will show full text

ensure the width of the dialog is wide enough to display all the text

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2025-09-18 17:13:04 +02:00
parent bacdca9980
commit e9985cf49d
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -16,7 +16,7 @@ ApplicationWindow {
color: "transparent"
width: 320
width: contentLayout.implicitWidth + 50
height: contentLayout.implicitHeight
modality: Qt.ApplicationModal