from retail

This commit is contained in:
NoM0Re
2025-01-19 14:54:14 +01:00
parent dccd22b610
commit 87c681b2f3
10 changed files with 62 additions and 25 deletions
@@ -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,
+11
View File
@@ -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,