Actually fix CustomTrayMenu, fix some positioning
This commit is contained in:
parent
fb3b5f5769
commit
739e0854a3
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ Window {
|
||||||
x = pos.x - width / 2 + targetItem.width / 2;
|
x = pos.x - width / 2 + targetItem.width / 2;
|
||||||
y = pos.y + 8;
|
y = pos.y + 8;
|
||||||
visible = true;
|
visible = true;
|
||||||
console.log("StyledTooltip _showNow called");
|
|
||||||
console.log("StyledTooltip Theme.textPrimary:", Theme.textPrimary);
|
|
||||||
}
|
}
|
||||||
function _hideNow() {
|
function _hideNow() {
|
||||||
visible = false;
|
visible = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue