Add macro text width option (#35)
* add font width * add font width * set fontWidth
This commit is contained in:
committed by
GitHub
parent
2e7bff63e9
commit
9f523534b8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user