From 5cef8e3e604dea1c55fa51f53ce52efe28f856fd Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 16 Mar 2021 15:38:50 -0400 Subject: [PATCH] adjust content height of sticker popup --- ui/shared/status/StatusStickerPackClickPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/shared/status/StatusStickerPackClickPopup.qml b/ui/shared/status/StatusStickerPackClickPopup.qml index 3271c63a05..48cebba269 100644 --- a/ui/shared/status/StatusStickerPackClickPopup.qml +++ b/ui/shared/status/StatusStickerPackClickPopup.qml @@ -37,7 +37,7 @@ ModalPopup { height: 472 header: StatusStickerPackDetails { id: stickerGrid - height: 46 + height: 76 anchors.top: parent.top anchors.left: parent.left anchors.topMargin: Style.current.padding