v1.0.2
MountsJournal EllesmereUI Skin
v1.0.2 (2026-07-31)
Full Changelog Previous Releases
- Fade the tab art instead of clearing its texture
The bottom tab row came out as pale silver blocks. SetTexture("") does
not make an atlas region draw nothing, it falls back to a plain white
texture, and those six regions sit at alpha 1.00 and 0.40, so the row
stacked up into light grey.
The window engine makes the same call safely because it then covers the
tab with an opaque plate. We lay a 10% wash instead, so whatever is left
underneath shows through. Fade the regions to alpha 0, which is what the
rest of the addon does and what its stated policy has always been; the
hover art is still left alone so the row answers the mouse.
Also bring the map control row out to a 1px hairline off its container at
both ends. The 3px inset was stock spacing sized for art with its own
transparent margin, and once flattened it read as the row not reaching
the panel around it.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com