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:
@@ -43,6 +43,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_thickness = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Thickness"],
|
||||
order = 5,
|
||||
@@ -107,6 +108,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_length = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Length"],
|
||||
order = 8,
|
||||
@@ -170,6 +172,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_rotation = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["Rotation"],
|
||||
min = 0,
|
||||
@@ -187,6 +190,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_xOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["x-Offset"],
|
||||
order = 16,
|
||||
@@ -196,6 +200,7 @@ local function createOptions(parentData, data, index, subIndex)
|
||||
},
|
||||
tick_yOffset = {
|
||||
type = "range",
|
||||
control = "WeakAurasSpinBox",
|
||||
width = WeakAuras.normalWidth,
|
||||
name = L["y-Offset"],
|
||||
order = 17,
|
||||
|
||||
Reference in New Issue
Block a user