Options tweaks and fixes

This commit is contained in:
Hendrik Leppkes
2009-03-27 12:07:11 +01:00
parent c285b34964
commit 842fb683f7
+3 -1
View File
@@ -202,7 +202,8 @@ function Bar:GetOptionObject()
name = L["Alpha"],
desc = L["Configure the alpha of the bar."],
type = "range",
min = .1, max = 1, bigStep = 0.1,
min = .1, max = 1, step = 0.05,
isPercent = true,
get = optGetter,
set = optSetter,
},
@@ -254,6 +255,7 @@ function Bar:GetOptionObject()
desc = L["Configure the Fade Out Alpha"],
type = "range",
min = 0, max = 1, step = 0.05,
isPercent = true,
get = optGetter,
set = optSetter,
},