diff --git a/Options/Bar.lua b/Options/Bar.lua index 988a2a2..e74a284 100644 --- a/Options/Bar.lua +++ b/Options/Bar.lua @@ -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, },