Pipo 0 Report post Posted January 12, 2017 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 0 Share this post Link to post Share on other sites
Narki 0 Report post Posted January 12, 2017 /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 0 Share this post Link to post Share on other sites
Pipo 0 Report post Posted January 16, 2017 Thanks for anwser @Narki, when I remove this one I got a message error from mod ui in chat, but it's ok 0 Share this post Link to post Share on other sites