aboutsummaryrefslogtreecommitdiff
path: root/components/Tooltip.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Tooltip.qml')
-rw-r--r--components/Tooltip.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/Tooltip.qml b/components/Tooltip.qml
index 595280da..c19d05e2 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