From d20c589e423bcb72e8042273956d546bf49038a0 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:59:45 +0200 Subject: [PATCH] Tooltip: fix tooltip width --- components/Tooltip.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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