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