settings menu update

This commit is contained in:
MihailRis
2024-04-30 17:14:25 +03:00
parent 2380375f3c
commit 69265baa48
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<panel color='0' context='settings'>
<label id='%{id}.L'>%{name}: %{value}%{postfix}</label>
<label id='%{id}.L' margin='0,3,0,0'>%{name}: %{value}%{postfix}</label>
<trackbar
value='%{value}' min='%{min}' max='%{max}' step='%{step}'
consumer='function(x) update_setting(x, "%{id}", "%{name}", "%{postfix}") end'/>