track-width fixes

This commit is contained in:
MihailRis
2024-04-28 20:09:55 +03:00
parent 788bd6bf0f
commit 167388aefb
12 changed files with 66 additions and 57 deletions
-1
View File
@@ -10,7 +10,6 @@ function create_setting(id, name, step, postfix)
min=info.min,
max=info.max,
step=step,
track_width=12,
postfix=postfix
}))
end