this:RegisterEvent("VARIABLES_LOADED");
if (event == "VARIABLES_LOADED") then
FixCTGroupsInit();
end
tinsert(UISpecialFrames, this:GetName());
FixCTGroupsConfigFrameOnShow();
getglobal(this:GetName().."Text"):SetText("Default CTRA Style");
FixCTGroupsConfigFrameOptionOnClick();
getglobal(this:GetName().."Text"):SetText("Show Groups");
FixCTGroupsConfigFrameOptionOnClick();
getglobal(this:GetName().."Text"):SetText("Horizontal Spacing");
getglobal(this:GetName().."High"):SetText("");
getglobal(this:GetName().."Low"):SetText("");
this:SetMinMaxValues(-15,15);
this:SetValueStep(1);
FixCTGroupsConfigFrameOptionOnClick();
getglobal(this:GetName().."Text"):SetText("Vertical Spacing");
getglobal(this:GetName().."High"):SetText("");
getglobal(this:GetName().."Low"):SetText("");
this:SetMinMaxValues(-100,0);
this:SetValueStep(1);
FixCTGroupsConfigFrameOptionOnClick();