Jump to content
Sign in to follow this  
Pipo

[UI] Remove borders icons from Modui

Recommended Posts

Hello everyone,

I'm using this pack of icons for my ui: Clean icons http://www.wowinterface.com/downloads/info19844

but I've got a problem, i'm also using Modui interface, And modui add borders to all icons,

someone know how to remove this borders ?

I've found a solution by using Discord Unit frame and put borders alpha to 0 but Modui + DAB are very unstable.

Thanks you if you have a solution,

Pipo

Share this post


Link to post
Share on other sites

/skin/button/action.lua

delete strings

for _, v in pairs({
            _G['ActionButton'..i],
            _G['MultiBarRightButton'..i],
            _G['MultiBarLeftButton'..i],
            _G['MultiBarBottomLeftButton'..i],
            _G['MultiBarBottomRightButton'..i],
            _G['BonusActionButton'..i],}) do
            modSkin(v, 18)
            modSkinPadding(v, 2)
            modSkinColor(v, .2, .2, .2)
            v:GetPushedTexture():SetTexture''
            v:GetCheckedTexture():SetTexture''
        end

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×