Add macro text width option (#35)

* add font width

* add font width

* set fontWidth
This commit is contained in:
Anthony Narkevicius
2023-03-09 14:28:13 -08:00
committed by GitHub
parent 2e7bff63e9
commit 9f523534b8
3 changed files with 12 additions and 3 deletions
+9 -2
View File
@@ -244,8 +244,15 @@ local function BuildABConfig()
desc = L["Set the font outline."],
values = C.Values.FontFlags
},
fontColor = {
fontWidth = {
order = 4,
type = "range",
name = "Font Width",
min = 5, max = 150, step = 1,
softMax = 60, softMin = 15
},
fontColor = {
order = 5,
type = "color",
name = L["COLOR"],
width = "full",
@@ -261,7 +268,7 @@ local function BuildABConfig()
end
},
textPosition = {
order = 5,
order = 6,
type = "group",
name = L["Text Position"],
guiInline = true,