Thread: RealUI
View Single Post
04-20-13, 09:08 AM   #1214
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Haleth View Post
I don't think that'd actually change anything, correct me if I'm wrong. What you're doing there would make it one pixel smaller at the top, making the distance from the top 2 pixels. Right now, it's 1 pixel from the top and 1 pixel below the bottom, whereas it should line up with both edges. If you get what I'm saying.
Yeah, there's a bit of communication mishaps happening here I tested it and got good results. Made my own spark texture with the spark portion moved up a bit and set the spark texture's size in bar creation to better fit my bar size.



Lua Code:
  1. spark:SetHeight(26)
  2. spark:SetTexture([[Interface\AddOns\nibRealUI\Media\Skins\DBMSpark]])

Edit: Man, just saw that image I made of the spark texture. That's horribly done on my part.
Old > New

Last edited by Nibelheim : 04-20-13 at 09:21 AM.