summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-04-13 17:47:08 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-04-13 17:58:21 -0400
commit3a0ad55eccdf4fe66d8f6ba62222d85c7cf757fa (patch)
tree41e268221920f5473f78d9eae32109c5e608a8cd
parentFix some TapHandler focus issues (diff)
downloadnheko-3a0ad55eccdf4fe66d8f6ba62222d85c7cf757fa.tar.xz
Fix emoji picker getting cut off
-rw-r--r--resources/qml/emoji/EmojiPicker.qml1
1 files changed, 1 insertions, 0 deletions
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