mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Don't let the emoji picker get too big
This commit is contained in:
parent
2709430148
commit
f66f82fe31
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ Menu {
|
||||||
|
|
||||||
Layout.preferredHeight: cellHeight * 5
|
Layout.preferredHeight: cellHeight * 5
|
||||||
Layout.preferredWidth: 7 * 52 + 20
|
Layout.preferredWidth: 7 * 52 + 20
|
||||||
|
Layout.maximumWidth: timelineRoot.width
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.leftMargin: 4
|
Layout.leftMargin: 4
|
||||||
cellWidth: 52
|
cellWidth: 52
|
||||||
|
|
Loading…
Reference in a new issue