Skip to content

Commit 36ba847

Browse files
ZetrithFluffierThanThou
authored andcommitted
Fix blurry mod descriptions (#35)
1 parent cfd819d commit 36ba847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ModManager/ModButton/ModButton_Installed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ internal override void DoModDetails( Rect canvas )
571571
CrossPromotionManager.HandleCrossPromotions( ref canvas, Selected );
572572

573573
Widgets.DrawBoxSolid( canvas, SlightlyDarkBackground);
574-
var descriptionOutRect = canvas.ContractedBy(SmallMargin);
574+
var descriptionOutRect = canvas.ContractedBy(SmallMargin).Rounded();
575575

576576
// description
577577
var height2 = Text.CalcHeight(mod.Description, descriptionOutRect.width);

0 commit comments

Comments
 (0)