diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-05-19 18:36:44 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-05-29 04:02:19 +0200 |
| commit | 9d3864b7f09efc65d2f0e64f6579d5a3974721a2 (patch) | |
| tree | a4d0a39761280c3f6c744d61c433fb9ef3d08482 /components/AdvancedOptionsItem.qml | |
| parent | 937cb9825672d07a1917d2d9daf823802ec31d1b (diff) | |
| download | monzero-gui-9d3864b7f09efc65d2f0e64f6579d5a3974721a2.tar.gz monzero-gui-9d3864b7f09efc65d2f0e64f6579d5a3974721a2.tar.xz monzero-gui-9d3864b7f09efc65d2f0e64f6579d5a3974721a2.zip | |
Implement tooltips in multiple pages and components
Diffstat (limited to 'components/AdvancedOptionsItem.qml')
| -rw-r--r-- | components/AdvancedOptionsItem.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/AdvancedOptionsItem.qml b/components/AdvancedOptionsItem.qml index fbafba5d..2f3c095a 100644 --- a/components/AdvancedOptionsItem.qml +++ b/components/AdvancedOptionsItem.qml @@ -22,6 +22,7 @@ RowLayout { MoneroComponents.Label { id: title fontSize: 14 + tooltipIconVisible: true } Rectangle { |
