mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
parent
ea00d4c46d
commit
2ae9e38809
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user