promotional bannermobile promotional banner

BazWidgetDrawers

Slide-out side drawer for a stack of dockable widgets: Quest Tracker, Minimap, Info Bar, Repair, and more. Fades out when unused, pops back on hover. Other addons can register their own widgets via the BazCore DockableWidget API.

File Details

060

  • R
  • May 8, 2026
  • 117.11 KB
  • 29
  • 12.0.5
  • Retail

File Name

BazWidgetDrawers-060.zip

Supported Versions

  • 12.0.5

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.