mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Fix emoji picker getting cut off
This commit is contained in:
parent
18e96d5c7d
commit
3a0ad55ecc
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ Menu {
|
||||||
focus: true
|
focus: true
|
||||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
|
||||||
height: columnView.implicitHeight + 4
|
height: columnView.implicitHeight + 4
|
||||||
|
width: columnView.implicitWidth
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: columnView
|
id: columnView
|
||||||
|
|
Loading…
Reference in a new issue