From 1956b3a568be84ffc8bf6c914f7e9112ad3d912b Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 20 May 2021 01:07:20 +0200 Subject: [PATCH] BuffDebuff options width for icons updated --- Options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.lua b/Options.lua index be9c968..02a6eb9 100644 --- a/Options.lua +++ b/Options.lua @@ -787,7 +787,7 @@ function Gladdy:GetAuras(auraType) name = classSpells[i].name, type = "toggle", image = texture, - width = "2", + width = "full", arg = tostring(classSpells[i].id[1]) } defaultDebuffs[tostring(classSpells[i].id[1])] = true