View Single Post
01-11-07, 12:17 PM   #227
Kitami
A Murloc Raider
 
Kitami's Avatar
Join Date: Jan 2007
Posts: 8
Originally Posted by bluerose
r77 does not seem to want to be hacked into one column. >.<

Edit: Looking at the release notes its stated this version was supposed to come as the one column. o.o
But it does not ... at lest not on my client.

I had to change
Code:
column:SetAttribute("maxColumns", 2)
column:SetAttribute("unitPerColumn", 20)
to
Code:
column:SetAttribute("maxColumns", 1)
column:SetAttribute("unitPerColumn", 40)
to geht a one column setup

Last edited by Kitami : 01-11-07 at 12:34 PM.
  Reply With Quote