View Single Post
08-24-19, 11:46 AM   #4
Astrophe
A Murloc Raider
Join Date: Jul 2018
Posts: 4
Originally Posted by elcius View Post
the first issue is probably a layering problem, make sure the button texture is attached to something on a higher frame level than whatever the background is.
https://wow.gamepedia.com/Widget_API#LayeredRegion

the second issue is most likely sub-pixel errors, when relying on single pixel accuracy you'll need to "pad" your dimensions and/or positions to account for floating point errors.
increase the frame size by 0.1 px or shift it a similar amount in both directions.
Thanks for the help! I set the frame strata to something higher and that fixed the Close Button issue. I also increased the EdgeSize of all my borders to 1.1 and it fixed the problem. Thanks Elcius, hope you've been good btw.
  Reply With Quote