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