Tidy up row counts
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user