Possible fix for unknown screen (bar not displaying)
This commit is contained in:
parent
7b26ddaa32
commit
1993e28c18
4 changed files with 51 additions and 1 deletions
|
|
@ -169,6 +169,8 @@ Item {
|
|||
NTooltip {
|
||||
id: tooltip
|
||||
positionAbove: Settings.data.bar.barPosition === "bottom"
|
||||
positionLeft: Settings.data.bar.barPosition === "right"
|
||||
positionRight: Settings.data.bar.barPosition === "left"
|
||||
target: pill
|
||||
delay: Style.tooltipDelayLong
|
||||
text: root.tooltipText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue