From e9985cf49d4d37a1c8fa39a511ea6388e99b7dc0 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 18 Sep 2025 17:13:04 +0200 Subject: [PATCH] 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 --- src/gui/tray/EncryptionTokenDiscoveryDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/EncryptionTokenDiscoveryDialog.qml b/src/gui/tray/EncryptionTokenDiscoveryDialog.qml index 25b6bef0db..9213c9da76 100644 --- a/src/gui/tray/EncryptionTokenDiscoveryDialog.qml +++ b/src/gui/tray/EncryptionTokenDiscoveryDialog.qml @@ -16,7 +16,7 @@ ApplicationWindow { color: "transparent" - width: 320 + width: contentLayout.implicitWidth + 50 height: contentLayout.implicitHeight modality: Qt.ApplicationModal