|
|
@ -165,7 +165,7 @@ Menu { |
|
|
|
width: stickerDim |
|
|
|
width: stickerDim |
|
|
|
height: stickerDim |
|
|
|
height: stickerDim |
|
|
|
hoverEnabled: true |
|
|
|
hoverEnabled: true |
|
|
|
ToolTip.text: ":" + modelData.shortcode + ": - " + (modelData.unicode ? model.unicodeName : modelData.body) |
|
|
|
ToolTip.text: ":" + modelData.shortcode + ": - " + (modelData.unicode ? modelData.unicodeName : modelData.body) |
|
|
|
ToolTip.visible: hovered |
|
|
|
ToolTip.visible: hovered |
|
|
|
// TODO: maybe add favorites at some point? |
|
|
|
// TODO: maybe add favorites at some point? |
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|