Curse you hardcoded qml!
This commit is contained in:
parent
876645544c
commit
1eeee5f367
@ -146,7 +146,8 @@ Menu {
|
|||||||
width: 48
|
width: 48
|
||||||
height: 48
|
height: 48
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
ToolTip.text: model.shortName
|
// TODO: Do this based off of Qt::Tooltip role
|
||||||
|
ToolTip.text: model.unicodeName
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
// TODO: maybe add favorites at some point?
|
// TODO: maybe add favorites at some point?
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
Loading…
Reference in New Issue
Block a user