From 4a22910897430bc6ee627f1cca6846deeae2c4c0 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 10 Aug 2025 18:48:15 -0400 Subject: [PATCH] NTooltip: bigger vertical margin --- Widgets/NTooltip.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NTooltip.qml b/Widgets/NTooltip.qml index 076d1cf..8a709c7 100644 --- a/Widgets/NTooltip.qml +++ b/Widgets/NTooltip.qml @@ -38,7 +38,7 @@ Window { function _showNow() { // Compute new size everytime we show the tooltip width = Math.max(50 * scaling, tooltipText.implicitWidth + Style.marginLarge * 2 * scaling) - height = Math.max(50 * scaling, tooltipText.implicitHeight + Style.marginSmall * 2 * scaling) + height = Math.max(50 * scaling, tooltipText.implicitHeight + Style.marginMedium * 2 * scaling) if (!target) { return