Options tweaks and fixes
This commit is contained in:
+3
-1
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user