Skip to content

060

Choose a tag to compare

@github-actions github-actions released this 08 May 23:30
· 3 commits to master since this release

BazWidgetDrawers

060 (2026-05-08)

Full Changelog Previous Releases

  • v060: QuestTracker - shrink + pad the special-item icon
    The usable-item icon on a quest block was rendered at template-default
    size (26px) and centered on the title's vertical row. With a 18px-tall
    title the icon overflowed below into the description text and clipped
    the first wrapped line. The Blizzard ItemButton template's chrome
    (bevel + hover outline) is sized at template natural footprint, so
    calling SetSize alone shrank the icon texture but left the chrome at
    26 - making the visible button frame look bigger than the icon.
    Now the button is created at template-natural 26x26 and SetScale-d
    down to TITLE_HEIGHT (18) so chrome + icon shrink together. Anchored
    TOPRIGHT-to-title-TOPRIGHT with a small right-pad inset so it sits
    inside the block's chrome, and the first objective line carves out
    horizontal space (icon size + right pad + text gap) so the text
    doesn't run under it.
    Also fixes a related glitch: blocks are reused across quests, and
    the title text's narrowed RIGHT anchor wasn't being reset when a
    reused block landed on a quest with no special item, leaving the
    title artificially shortened.