This commit is contained in:
Hendrik Leppkes
2008-03-07 10:43:34 +00:00
parent 3246f3a8a5
commit 160e9ffe4f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ function Bar:GetOptionObject()
name = "Scale",
desc = "Configure the scale of the bar.",
type = "range",
min = .1, max = 2, step = 0.05, bigStep = 0.1,
min = .1, max = 2, step = 0.05,
get = optGetter,
set = optSetter,
},