diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-11-26 22:54:12 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-26 22:54:12 -0600 |
| commit | fc8c1114b2bba84213e91ce4a50e5ee8b1ef7928 (patch) | |
| tree | 53cc622226b53af0e2fe24674562fb3750e62b91 /components/LabelSubheader.qml | |
| parent | 93e5ef883c239ecb0c9b350123fd7df4d35b8c64 (diff) | |
| parent | 9961305867014361e542e7a14632fc4ca3423ef3 (diff) | |
| download | monzero-gui-fc8c1114b2bba84213e91ce4a50e5ee8b1ef7928.tar.gz monzero-gui-fc8c1114b2bba84213e91ce4a50e5ee8b1ef7928.tar.xz monzero-gui-fc8c1114b2bba84213e91ce4a50e5ee8b1ef7928.zip | |
Merge pull request #3737
9961305 LabelSubheader: implement tooltip (rating89us)
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 |
