Tidy up row counts

This commit is contained in:
2025-01-07 00:20:27 +01:00
parent fddd294a03
commit 1f6a1a49a6

View File

@@ -480,7 +480,7 @@ function shared.Config.Init()
do
local spotterConfigFrame = GridFrame.new("HeimdallSpotterConfig",
UIParent, 12, 20)
configFrame:Add(spotterConfigFrame, 5, 3)
configFrame:Add(spotterConfigFrame, 4, 3)
local title = spotterConfigFrame.frame:CreateFontString(nil, "ARTWORK", "GameFontNormal")
title:SetText("Spotter")
@@ -574,7 +574,7 @@ function shared.Config.Init()
do
local whoerConfigFrame = GridFrame.new("HeimdallWhoerConfig",
UIParent, 12, 20)
configFrame:Add(whoerConfigFrame, 15, 3)
configFrame:Add(whoerConfigFrame, 8, 3)
local title = whoerConfigFrame.frame:CreateFontString(nil, "ARTWORK", "GameFontNormal")
title:SetText("Whoer")
@@ -644,6 +644,7 @@ function shared.Config.Init()
end)
whoerConfigFrame:Add(zoneNotifyFor, 6, 6)
end
print("Heimdall - Config loaded")
end