File Details
022
- R
- Apr 26, 2026
- 71.42 KB
- 1
- 12.0.5
- Retail
File Name
BazWidgets-022.zip
Supported Versions
- 12.0.5
BazWidgets
022 (2026-04-26)
Full Changelog Previous Releases
- Tooltip: scale to fit drawer width
Sets GameTooltip:SetScale so its rendered pixel width matches the
slot's rendered pixel width — wider tooltips (long item names with
many sockets, complex unit info) shrink to fit without horizontal
overflow, narrower tooltips stay at natural size (we never enlarge
past 1.0). Floor at 0.5 so text remains readable.
The slot height tracking now uses the rendered (post-scale) tooltip
height converted back into the widget's design coordinate system, so
the slot grows to match the visible tooltip exactly rather than its
unscaled logical height. Recomputes on every OnSizeChanged in case
content arrives async (item info caching, etc.).