diff --git a/FModel/Creator/Bases/FN/BaseIconStats.cs b/FModel/Creator/Bases/FN/BaseIconStats.cs index ca77ac62..706d0dd0 100644 --- a/FModel/Creator/Bases/FN/BaseIconStats.cs +++ b/FModel/Creator/Bases/FN/BaseIconStats.cs @@ -255,7 +255,7 @@ namespace FModel.Creator.Bases.FN public void Draw(SKCanvas c, SKColor sliderColor, int width, int height, ref float y) { - while (_statPaint.MeasureText(_statName) > height * 2) + while (_statPaint.MeasureText(_statName) > height * 2 - 40) { _statPaint.TextSize -= 1; }