From b355efbc98a3a40855ac0a9735b953518ac1d6da Mon Sep 17 00:00:00 2001 From: ly-sec Date: Wed, 16 Jul 2025 14:11:08 +0200 Subject: [PATCH] Revert "Actually fix CustomTrayMenu, fix some positioning" This reverts commit 739e0854a355027dcc6a489744416516f6d8eba1. --- Components/StyledTooltip.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components/StyledTooltip.qml b/Components/StyledTooltip.qml index 1ad06a8f..f94303cf 100644 --- a/Components/StyledTooltip.qml +++ b/Components/StyledTooltip.qml @@ -33,6 +33,8 @@ Window { x = pos.x - width / 2 + targetItem.width / 2; y = pos.y + 8; visible = true; + console.log("StyledTooltip _showNow called"); + console.log("StyledTooltip Theme.textPrimary:", Theme.textPrimary); } function _hideNow() { visible = false;