mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-01 06:51:08 +00:00
parent
499b360112
commit
ea00d4c46d
@ -9,9 +9,10 @@ import shared.panels 1.0
|
||||
Item {
|
||||
id: root
|
||||
|
||||
property bool compact: false
|
||||
property string publicKey
|
||||
|
||||
property real size: 16
|
||||
readonly property real size: compact ? 10 : 15
|
||||
|
||||
implicitHeight: positioner.implicitHeight
|
||||
implicitWidth: positioner.implicitWidth
|
||||
|
@ -206,8 +206,8 @@ Item {
|
||||
id: emojiHash
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
visible: root.emojiHashVisible
|
||||
compact: root.compact
|
||||
publicKey: root.pubkey
|
||||
size: root.compact ? 16 : 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user