diff --git a/imports/NeoChat/Component/Emoji/EmojiPicker.qml b/imports/NeoChat/Component/Emoji/EmojiPicker.qml index d9bd97683..fe783bd3e 100644 --- a/imports/NeoChat/Component/Emoji/EmojiPicker.qml +++ b/imports/NeoChat/Component/Emoji/EmojiPicker.qml @@ -79,6 +79,7 @@ ColumnLayout { GridView { Layout.fillWidth: true Layout.preferredHeight: Kirigami.Units.gridUnit * 8 + Layout.fillHeight: true cellWidth: Kirigami.Units.gridUnit * 2 cellHeight: Kirigami.Units.gridUnit * 2