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:
NoM0Re
2024-11-27 12:09:02 +01:00
committed by GitHub
parent eb8221cf89
commit 13f734038d
67 changed files with 3493 additions and 969 deletions
+4
View File
@@ -55,6 +55,7 @@ local function createOptions(id, data)
},
fontSize = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Size"],
order = 46,
@@ -153,6 +154,7 @@ local function createOptions(id, data)
},
shadowXOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth - indentWidth,
name = L["Shadow X Offset"],
softMin = -15,
@@ -163,6 +165,7 @@ local function createOptions(id, data)
},
shadowYOffset = {
type = "range",
control = "WeakAurasSpinBox",
width = WeakAuras.normalWidth,
name = L["Shadow Y Offset"],
softMin = -15,
@@ -215,6 +218,7 @@ local function createOptions(id, data)
width = WeakAuras.normalWidth,
order = 49.1,
type = "range",
control = "WeakAurasSpinBox",
min = 1,
softMax = screenWidth,
bigStep = 1,