View Single Post
01-02-07, 11:16 AM   #23
mar
A Murloc Raider
AddOn Compiler - Click to view compilations
Join Date: Sep 2006
Posts: 5
A friend of mine changed one line of code and voila, 1 row.

From
Code:
PRHeader5:SetPoint("TOPLEFT", PRHeader1, "TOPRIGHT", 10, 0)
To
Code:
PRHeader5:SetPoint("TOP", PRHeader4, "BOTTOM", 0, -20)
  Reply With Quote