We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd819d commit 36ba847Copy full SHA for 36ba847
Source/ModManager/ModButton/ModButton_Installed.cs
@@ -571,7 +571,7 @@ internal override void DoModDetails( Rect canvas )
571
CrossPromotionManager.HandleCrossPromotions( ref canvas, Selected );
572
573
Widgets.DrawBoxSolid( canvas, SlightlyDarkBackground);
574
- var descriptionOutRect = canvas.ContractedBy(SmallMargin);
+ var descriptionOutRect = canvas.ContractedBy(SmallMargin).Rounded();
575
576
// description
577
var height2 = Text.CalcHeight(mod.Description, descriptionOutRect.width);
0 commit comments