fix(@desktop): reduce spaces between emoji icons

fixes: #6300
This commit is contained in:
Kamil K 2022-07-04 22:11:20 +02:00 committed by Iuri Matias
parent ea00d4c46d
commit 2ae9e38809
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ Item {
id: positioner
rows: 2
columnSpacing: Math.ceil(root.size / 16)
rowSpacing: columnSpacing + 6
columnSpacing: 0
rowSpacing: root.compact ? 4 : 6
Repeater {
model: Utils.getEmojiHashAsJson(root.publicKey)