Don't let the emoji picker get too big

android
Loren Burkholder 4 years ago
parent 2709430148
commit f66f82fe31
  1. 1
      resources/qml/emoji/EmojiPicker.qml

@ -129,6 +129,7 @@ Menu {
Layout.preferredHeight: cellHeight * 5
Layout.preferredWidth: 7 * 52 + 20
Layout.maximumWidth: timelineRoot.width
Layout.fillWidth: true
Layout.leftMargin: 4
cellWidth: 52

Loading…
Cancel
Save