Browse Source

Reduced description text size

pull/11/head
Anairkoen Schno 5 years ago
parent
commit
f48c0b99e0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      BSIPA-ModList/UI/ViewControllers/ModInfoViewController.cs

+ 1
- 0
BSIPA-ModList/UI/ViewControllers/ModInfoViewController.cs View File

@ -74,6 +74,7 @@ namespace BSIPA_ModList.UI
authorText = BeatSaberUI.CreateText(rectTransform, controller.Author, new Vector2(11f, 22f));
authorText.fontSize = 4.5f;
descText = BeatSaberUI.CreateText(rectTransform, controller.Description, new Vector2(-4.5f, 12f));
descText.fontSize = 3.5f;
descText.enableWordWrapping = true;
descText.overflowMode = TextOverflowModes.ScrollRect;


Loading…
Cancel
Save