Fix emoji picker getting cut off

This commit is contained in:
Joseph Donofry 2021-04-13 17:47:08 -04:00
parent 18e96d5c7d
commit 3a0ad55ecc
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Menu {
focus: true
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
height: columnView.implicitHeight + 4
width: columnView.implicitWidth
ColumnLayout {
id: columnView