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 | |
| 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')
| -rw-r--r-- | components/LabelSubheader.qml | 1 | ||||
| -rw-r--r-- | components/Tooltip.qml | 3 |
2 files changed, 3 insertions, 1 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 diff --git a/components/Tooltip.qml b/components/Tooltip.qml index 4709837e..ac9a93d7 100644 --- a/components/Tooltip.qml +++ b/components/Tooltip.qml @@ -95,11 +95,12 @@ Rectangle { delay: 200 RowLayout { - Layout.maximumWidth: 350 + Layout.maximumWidth: 370 Text { id: tooltip width: contentWidth + Layout.maximumWidth: 370 color: MoneroComponents.Style.defaultFontColor font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 12 |
