Curse you hardcoded qml!
This commit is contained in:
parent
876645544c
commit
1eeee5f367
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue