Thread Tools Display Modes
07-24-11, 09:06 AM   #1
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Blizz textures

Hi everyone i'm working on a skin addon, and i got a problem here.

It seems that i can't get rid of these textures

Anyone has a clue? : )




** Code Source **

[url]http://pastebin.com/9F3edFMA[/url

Last edited by Aftermathhqt : 07-24-11 at 09:14 AM.
  Reply With Quote
07-24-11, 09:48 AM   #2
Neal
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 2
This is the BackdropBorder...

Code:
GameMenuFrame:SetBackdrop(nil)
or

Code:
GameMenuFrame:SetBackdrop({
        bgFile =  'Interface\\Tooltips\\UI-Tooltip-Background',
        insets = {
            left = 2, right = 2, top = 2, bottom = 2
        }
    })
Btw. have the buttons a border coloring on mouse-highlight or pushing? :P
  Reply With Quote
07-24-11, 09:54 AM   #3
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Neal View Post
This is the BackdropBorder...

Code:
GameMenuFrame:SetBackdrop(nil)
or

Code:
GameMenuFrame:SetBackdrop({
        bgFile =  'Interface\\Tooltips\\UI-Tooltip-Background',
        insets = {
            left = 2, right = 2, top = 2, bottom = 2
        }
    })

Btw. have the buttons a border coloring on mouse-highlight or pushing? :P
Lol awsome thanks Neal

Yes ofc.




But anyways.

Is it possible to remove these "tinyborders"



Last edited by Aftermathhqt : 07-24-11 at 09:59 AM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Blizz textures


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