settings tooltips

This commit is contained in:
MihailRis
2024-06-04 12:44:33 +03:00
parent 5e4dab1b6b
commit df2c024a3e
5 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<panel color='0' context='settings'>
<label id='%{id}.L' margin='0,3,0,0'>%{name}: %{value}%{postfix}</label>
<trackbar
value='%{value}' min='%{min}' max='%{max}' step='%{step}'
value='%{value}' min='%{min}' max='%{max}' step='%{step}' tooltip='%{tooltip}'
consumer='function(x) update_setting(x, "%{id}", "%{name}", "%{postfix}") end'/>
</panel>