Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower the backdrop? #5

Open
Velcie1 opened this issue Jan 23, 2019 · 2 comments
Open

Lower the backdrop? #5

Velcie1 opened this issue Jan 23, 2019 · 2 comments

Comments

@Velcie1
Copy link

Velcie1 commented Jan 23, 2019

Hey is it possible to lower the backdrop on the darkness? like I like the darkness when i open tabs etc but the gryphons(lions) and actionbar is just annoying, can I lower it?

@Macumbafeh
Copy link

Yes you can. i've found it. i deleted Griphin.

go in \Interface\AddOns\ladyui\skin
Open Frame file :

Go to line :
-- MAIN MENU BAR
MainMenuBarTexture0,
MainMenuBarTexture1,
MainMenuBarTexture2,
MainMenuBarTexture3,
ect...

These are how the griphon look. if you delete these 4 lines. the griphins will be normal. not black anymore.

For actionbar i don't know.
Maybe it's :
BonusActionBarTexture0,
BonusActionBarTexture1
OR :
SlidingActionBarTexture0,
SlidingActionBarTexture1,

@Macumbafeh
Copy link

Macumbafeh commented May 13, 2020

If you wanna delete griphin :
Instead of these lines :
MainMenuBarLeftEndCap,
MainMenuBarRightEndCap,

Add this :
MainMenuBarLeftEndCap:SetAlpha(0),
MainMenuBarRightEndCap:SetAlpha(0),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants