NTooltip: bigger vertical margin

This commit is contained in:
quadbyte
2025-08-10 18:48:15 -04:00
parent 5e4530a403
commit 4a22910897
+1 -1
View File
@@ -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