Make stinky frame larger

This commit is contained in:
2025-01-07 14:52:08 +01:00
parent 903baf7f38
commit bf9e1f0319

View File

@@ -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