KX165: add a "set-tooltip" command for Comm and Nav volume
This commit is contained in:
parent
2c37cde633
commit
ec1fa978dd
2 changed files with 36 additions and 0 deletions
|
@ -572,6 +572,15 @@
|
|||
</condition>
|
||||
</binding>
|
||||
</action>
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
<tooltip-id>comm-volume</tooltip-id>
|
||||
<label>Volume: %3d%%</label>
|
||||
<property alias="../../../../params/comm-volume"/>
|
||||
<mapping>percent</mapping>
|
||||
</binding>
|
||||
</hovered>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
@ -691,6 +700,15 @@
|
|||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
<tooltip-id>nav-volume</tooltip-id>
|
||||
<label>Volume: %3d%%</label>
|
||||
<property alias="../../../../params/nav-volume"/>
|
||||
<mapping>percent</mapping>
|
||||
</binding>
|
||||
</hovered>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
|
|
@ -571,6 +571,15 @@
|
|||
</condition>
|
||||
</binding>
|
||||
</action>
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
<tooltip-id>comm-volume</tooltip-id>
|
||||
<label>Volume: %3d%%</label>
|
||||
<property alias="../../../../params/comm-volume"/>
|
||||
<mapping>percent</mapping>
|
||||
</binding>
|
||||
</hovered>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
@ -690,6 +699,15 @@
|
|||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<hovered>
|
||||
<binding>
|
||||
<command>set-tooltip</command>
|
||||
<tooltip-id>nav-volume</tooltip-id>
|
||||
<label>Volume: %3d%%</label>
|
||||
<property alias="../../../../params/nav-volume"/>
|
||||
<mapping>percent</mapping>
|
||||
</binding>
|
||||
</hovered>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
|
|
Loading…
Reference in a new issue