mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Actually fix CustomTrayMenu, fix some positioning
This commit is contained in:
@@ -33,8 +33,6 @@ 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