Thread Tools Display Modes
09-21-13, 07:14 AM   #1
Rusken
A Theradrim Guardian
AddOn Compiler - Click to view compilations
Join Date: Dec 2009
Posts: 61
Help with Aurora borders

Hi, with the updated Aurora my borders got all messed up, the creator posted a solution to fix the most of them but how do i get the borders around "buttons" to look like the others, 1px that is?
Here's a screenshot to show what i mean ->



This is what i changed in the lua to make the other borders to be the way i want.

Before change

Code:
F.CreateSD = function(parent, size, r, g, b, alpha, offset)
	local sd = CreateFrame("Frame", nil, parent)
	sd.size = size or 5
	sd.offset = offset or 0
After change

Code:
F.CreateSD = function(parent, size, r, g, b, alpha, offset)
	local sd = CreateFrame("Frame", nil, parent)
	sd.size = size or 0.1
	sd.offset = offset or 0
I have looked for any simular code to change but without success.
  Reply With Quote
09-21-13, 01:26 PM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Hi there,

I just finished an update of Aurora where I'm removing all of the shadow borders. I'm trying it out for a while to make sure nothing is broken before I upload it to WoWInterface.

If you want, you can try it out:

https://github.com/Haleth/Aurora

Click the 'Download ZIP' button to the right.
  Reply With Quote
09-21-13, 02:16 PM   #3
Rusken
A Theradrim Guardian
AddOn Compiler - Click to view compilations
Join Date: Dec 2009
Posts: 61
Originally Posted by Haleth View Post
Hi there,

I just finished an update of Aurora where I'm removing all of the shadow borders. I'm trying it out for a while to make sure nothing is broken before I upload it to WoWInterface.

If you want, you can try it out:

https://github.com/Haleth/Aurora

Click the 'Download ZIP' button to the right.
Thanks mate<3
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Help with Aurora borders


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off