beta
This commit is contained in:
@@ -110,10 +110,13 @@ local function createOptions(id, data)
|
||||
end,
|
||||
image = function()
|
||||
local collapsed = WeakAuras.IsCollapsed("text", "text", "fontflags", true)
|
||||
return collapsed and "Interface\\AddOns\\WeakAuras\\Media\\Textures\\edit" or "Interface\\AddOns\\WeakAuras\\Media\\Textures\\editdown"
|
||||
return collapsed and "collapsed" or "expanded"
|
||||
end,
|
||||
imageWidth = 24,
|
||||
imageHeight = 24
|
||||
imageWidth = 15,
|
||||
imageHeight = 15,
|
||||
arg = {
|
||||
expanderName = "text"
|
||||
}
|
||||
},
|
||||
|
||||
text_font_space = {
|
||||
@@ -232,6 +235,17 @@ local function createOptions(id, data)
|
||||
hidden = function() return hiddenFontExtra() or data.automaticWidth ~= "Fixed" end
|
||||
},
|
||||
|
||||
fontExtraAnchor = {
|
||||
type = "description",
|
||||
name = "",
|
||||
order = 50,
|
||||
hidden = hiddenFontExtra,
|
||||
control = "WeakAurasExpandAnchor",
|
||||
arg = {
|
||||
expanderName = "text"
|
||||
}
|
||||
},
|
||||
|
||||
endHeader = {
|
||||
type = "header",
|
||||
order = 100,
|
||||
|
||||
Reference in New Issue
Block a user