diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-11-19 16:34:34 +0100 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-11-22 23:19:41 +0100 |
| commit | 9961305867014361e542e7a14632fc4ca3423ef3 (patch) | |
| tree | 9e3e636cd573c7365f8195f0ebb9631a10fbe4d2 /components/LabelSubheader.qml | |
| parent | ecf5c501d61bf5f85fb69fd9136cd0235f97f7b8 (diff) | |
| download | monzero-gui-9961305867014361e542e7a14632fc4ca3423ef3.tar.gz monzero-gui-9961305867014361e542e7a14632fc4ca3423ef3.tar.xz monzero-gui-9961305867014361e542e7a14632fc4ca3423ef3.zip | |
LabelSubheader: implement tooltip
Diffstat (limited to 'components/LabelSubheader.qml')
| -rw-r--r-- | components/LabelSubheader.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/LabelSubheader.qml b/components/LabelSubheader.qml index 585d0027..0e93daa4 100644 --- a/components/LabelSubheader.qml +++ b/components/LabelSubheader.qml @@ -34,6 +34,7 @@ import "../components/effects/" as MoneroEffects Label { id: item fontSize: 18 + tooltipIconVisible: true Rectangle { anchors.top: item.bottom |
