Multientry (#7)
* from retail * from retail * from retail * from retail * from retail * from retail * remove new threat functions as they are not well implemented for now
This commit is contained in:
@@ -207,6 +207,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
rotation = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Start Angle"],
|
||||
order = 5,
|
||||
@@ -224,6 +225,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
arcLength = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Total Angle"],
|
||||
order = 8,
|
||||
@@ -235,6 +237,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
radius = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Radius"],
|
||||
order = 9,
|
||||
@@ -260,6 +263,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
gridWidth = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = function()
|
||||
if not data.gridType then return "" end
|
||||
@@ -277,6 +281,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
rowSpace = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
name = L["Row Space"],
|
||||
width = WeakAuras.normalWidth,
|
||||
order = 10,
|
||||
@@ -287,6 +292,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
columnSpace = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
name = L["Column Space"],
|
||||
width = WeakAuras.normalWidth,
|
||||
order = 11,
|
||||
@@ -298,6 +304,7 @@ local function createOptions(id, data)
|
||||
-- generic grow options
|
||||
space = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Space"],
|
||||
order = 7,
|
||||
@@ -312,6 +319,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
stagger = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Stagger"],
|
||||
order = 8,
|
||||
@@ -387,6 +395,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
limit = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
order = 26,
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Limit"],
|
||||
@@ -404,6 +413,7 @@ local function createOptions(id, data)
|
||||
},
|
||||
scale = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Group Scale"],
|
||||
order = 28,
|
||||
|
||||
Reference in New Issue
Block a user