fix: Increase keycard popup width

This commit is contained in:
Alex Jbanca 2023-07-06 16:54:35 +03:00 committed by Alex Jbanca
parent 00eee836ae
commit a6494bfe33
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ StatusModal {
property var sharedKeycardModule
property var emojiPopup
width: Constants.keycard.general.popupWidth
closePolicy: d.disableActionPopupButtons || d.disableCloseButton? Popup.NoAutoClose : Popup.CloseOnEscape | Popup.CloseOnPressOutside
hasCloseButton: !d.disableActionPopupButtons && !d.disableCloseButton