mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 18:14:21 +00:00
Revert "Actually fix CustomTrayMenu, fix some positioning"
This reverts commit 739e0854a3.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user