from retail
This commit is contained in:
@@ -516,6 +516,12 @@ local function createOptions(id, data)
|
||||
name = L["Animated Expand and Collapse"],
|
||||
order = 27
|
||||
},
|
||||
spacer = {
|
||||
type = "description",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = "",
|
||||
order = 27.5
|
||||
},
|
||||
scale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
@@ -539,6 +545,17 @@ local function createOptions(id, data)
|
||||
OptionsPrivate.ResetMoverSizer();
|
||||
end
|
||||
},
|
||||
alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Group Alpha"],
|
||||
order = 29,
|
||||
min = 0,
|
||||
max = 1,
|
||||
bigStep = 0.01,
|
||||
isPercent = true
|
||||
},
|
||||
endHeader = {
|
||||
type = "header",
|
||||
order = 100,
|
||||
|
||||
@@ -585,6 +585,17 @@ local function createOptions(id, data)
|
||||
OptionsPrivate.ResetMoverSizer();
|
||||
end
|
||||
},
|
||||
alpha = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Group Alpha"],
|
||||
order = 46,
|
||||
min = 0,
|
||||
max = 1,
|
||||
bigStep = 0.01,
|
||||
isPercent = true
|
||||
},
|
||||
endHeader = {
|
||||
type = "header",
|
||||
order = 100,
|
||||
|
||||
Reference in New Issue
Block a user