From bf9e1f0319736c927d3fad6b500bb267c05ac105 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 7 Jan 2025 14:52:08 +0100 Subject: [PATCH] Make stinky frame larger --- Modules/Config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Config.lua b/Modules/Config.lua index 460c58a..f29f05e 100644 --- a/Modules/Config.lua +++ b/Modules/Config.lua @@ -1285,7 +1285,7 @@ function shared.Config.Init() local stinkiesConfigFrame = GridFrame.new("HeimdallStinkiesConfig", UIParent, 12, 20) stinkiesConfigFrame.frame:SetBackdropColor(r, g, b, 0.3) - configFrame:Add(stinkiesConfigFrame, 14, 3) + configFrame:Add(stinkiesConfigFrame, 14, 6) -- Why do 17 rows of content fit into a frame that is 14 rows? -- I don't know, at this point I can't be fucked to fix it, the display is minimally functional