From 3a0ad55eccdf4fe66d8f6ba62222d85c7cf757fa Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 13 Apr 2021 17:47:08 -0400 Subject: [PATCH] Fix emoji picker getting cut off --- 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 97dc0255..dc79d0b1 100644 --- a/resources/qml/emoji/EmojiPicker.qml +++ b/resources/qml/emoji/EmojiPicker.qml @@ -36,6 +36,7 @@ Menu { focus: true closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside height: columnView.implicitHeight + 4 + width: columnView.implicitWidth ColumnLayout { id: columnView