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