View Single Post
10-03-09, 03:07 AM   #33
Kolaholisti
A Kobold Labourer
Join Date: Aug 2009
Posts: 1
Yo there! Nice layout you have made. Could you tell me how to resize my portait? My current code for portrait

Code:
		self.Portrait = CreateFrame('PlayerModel', nil, self)
	self.Portrait.type = '3D'
	self.Portrait:SetAlpha(.50)
	self.Portrait:SetPoint('TOPLEFT', self.Health, 'TOPLEFT', 0, -0.5)
	self.Portrait:SetPoint('BOTTOMRIGHT', self.Health, 'BOTTOMRIGHT', 0.5, -0.5)
	self.Portrait:SetHeight(Wont work)
	self.Portrait:SetWidth(Wont work)
How to increase level of text and change font/color of it?

Thanks!

Last edited by Kolaholisti : 10-04-09 at 12:28 AM.
  Reply With Quote