This commit is contained in:
Bunny67
2020-07-26 14:27:34 +03:00
parent 2c393172f8
commit 368a646da5
10 changed files with 47 additions and 25 deletions
+1 -1
View File
@@ -1188,7 +1188,7 @@ local function BorderOptions(id, data, showBackDropOptions, hiddenFunc, order)
width = WeakAuras.normalWidth,
name = L["Border Size"],
order = order + 0.4,
softMin = 1,
min = 1,
softMax = 64,
bigStep = 1,
hidden = function() return hiddenFunc and hiddenFunc() or not data.border end,