Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 87ec22d

Browse files
committed
Center text
1 parent 6819d7f commit 87ec22d

File tree

1 file changed

+1
-0
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/Misc

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/Misc/Styles.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ public static GUIStyle BoldCenteredLabel
567567
boldCenteredLabel = new GUIStyle(EditorStyles.boldLabel);
568568
boldCenteredLabel.name = "BoldCenteredLabelStyle";
569569
boldCenteredLabel.alignment = TextAnchor.MiddleCenter;
570+
boldCenteredLabel.wordWrap = true;
570571
}
571572
return boldCenteredLabel;
572573
}

0 commit comments

Comments
 (0)