Skip to content

Commit

Permalink
- adjusted option for minimum width for tooltip if showing bars
Browse files Browse the repository at this point in the history
  • Loading branch information
frozn committed May 27, 2024
1 parent 3471e73 commit 93374b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TipTac/modules/ttBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end

-- unit tooltip is being resized
function ttBars:OnUnitTipResize(TT_CacheForFrames, tip, currentDisplayParams, first)
-- set minimum width for bars, so that numbers are not out of bounds.
-- consider minimum width for bars, so that numbers are not out of bounds.
if (not cfg.barEnableTipMinimumWidth) then
return;
end
Expand Down

0 comments on commit 93374b6

Please sign in to comment.