parent
ea00d4c46d
commit
2ae9e38809
|
@ -21,8 +21,8 @@ Item {
|
||||||
id: positioner
|
id: positioner
|
||||||
|
|
||||||
rows: 2
|
rows: 2
|
||||||
columnSpacing: Math.ceil(root.size / 16)
|
columnSpacing: 0
|
||||||
rowSpacing: columnSpacing + 6
|
rowSpacing: root.compact ? 4 : 6
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: Utils.getEmojiHashAsJson(root.publicKey)
|
model: Utils.getEmojiHashAsJson(root.publicKey)
|
||||||
|
|
Loading…
Reference in New Issue