Bar/Volume tooltip: reworded so it's not that big
This commit is contained in:
parent
7639900f38
commit
01be1f0bda
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Item {
|
|||
|
||||
StyledTooltip {
|
||||
id: volumeTooltip
|
||||
text: "Volume: " + volume + "%\nScroll up/down to change volume.\nLeft click to open the input/output selection."
|
||||
text: "Volume: " + volume + "%\nLeft click for advanced settings.\nScroll up/down to change volume."
|
||||
positionAbove: false
|
||||
tooltipVisible: !ioSelector.visible && volumeDisplay.containsMouse
|
||||
targetItem: pillIndicator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue