Skip to content

Commit

Permalink
Notification (and version) line hardcoded size 10 (#1051)
Browse files Browse the repository at this point in the history
It seems silly that if you increase your tertiary text on tooltips (to read CU/CO if your eyes are worse) that the version of your TRP and the other two should explode in your face as well.
  • Loading branch information
Raenore authored Jul 20, 2024
1 parent 03952a1 commit 9f20d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalRP3/Modules/Register/Main/RegisterTooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ local function writeTooltipForCharacter(targetID, targetType)
if notifText == "" then
notifText = " "; -- Prevent bad right line height
end
tooltipBuilder:AddDoubleLine(notifText, clientText, colors.MAIN, colors.MAIN, getSmallLineFontSize());
tooltipBuilder:AddDoubleLine(notifText, clientText, colors.MAIN, colors.MAIN, 10);
end

SetProgressSpinnerShown(TRP3_CharacterTooltip, TRP3_API.register.HasActiveRequest(targetID));
Expand Down

0 comments on commit 9f20d3d

Please sign in to comment.