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
|
|
@ -52,6 +52,8 @@ Rectangle {
|
|||
id: tooltip
|
||||
target: root
|
||||
positionAbove: Settings.data.bar.barPosition === "bottom"
|
||||
positionLeft: Settings.data.bar.barPosition === "right"
|
||||
positionRight: Settings.data.bar.barPosition === "left"
|
||||
text: root.tooltipText
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue