From f66f82fe317f12ca1ed7fb9c67712f5ce634c22b Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 29 May 2021 20:39:10 -0400 Subject: [PATCH] Don't let the emoji picker get too big --- resources/qml/emoji/EmojiPicker.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/emoji/EmojiPicker.qml b/resources/qml/emoji/EmojiPicker.qml index 312beb52..a7416c06 100644 --- a/resources/qml/emoji/EmojiPicker.qml +++ b/resources/qml/emoji/EmojiPicker.qml @@ -129,6 +129,7 @@ Menu { Layout.preferredHeight: cellHeight * 5 Layout.preferredWidth: 7 * 52 + 20 + Layout.maximumWidth: timelineRoot.width Layout.fillWidth: true Layout.leftMargin: 4 cellWidth: 52