diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Tooltip.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/Tooltip.qml b/components/Tooltip.qml index 30b50e6e..4709837e 100644 --- a/components/Tooltip.qml +++ b/components/Tooltip.qml @@ -95,9 +95,11 @@ Rectangle { delay: 200 RowLayout { + Layout.maximumWidth: 350 + Text { id: tooltip - Layout.maximumWidth: 350 + width: contentWidth color: MoneroComponents.Style.defaultFontColor font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 12 |
