mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
parent
bacdca9980
commit
e9985cf49d
@ -16,7 +16,7 @@ ApplicationWindow {
|
||||
|
||||
color: "transparent"
|
||||
|
||||
width: 320
|
||||
width: contentLayout.implicitWidth + 50
|
||||
height: contentLayout.implicitHeight
|
||||
modality: Qt.ApplicationModal
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user