View Single Post
  #4  
Unread 11-08-2010, 09:27 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Ya, for me it keeps moving it up a bit. I think it has to do with this section:

Code:
	-- adjust so the label stays fixed on the screen
	self:SetPosition( self:GetLeft() + oldIconPosition - newIconPosition , 
	                  self:GetTop() + oldLabelPosition - newLabelPosition );
Reply With Quote