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 {
|
StyledTooltip {
|
||||||
id: volumeTooltip
|
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
|
positionAbove: false
|
||||||
tooltipVisible: !ioSelector.visible && volumeDisplay.containsMouse
|
tooltipVisible: !ioSelector.visible && volumeDisplay.containsMouse
|
||||||
targetItem: pillIndicator
|
targetItem: pillIndicator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue