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