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