Skip to content

Commit

Permalink
bugfix: xml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaLos committed Dec 3, 2024
1 parent b3404fb commit 96962f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GsaGH/Helpers/GH/TextWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class TextWrapper {
/// </summary>
/// <param name="text">The text to wrap.</param>
/// <param name="maxWidth">The maximum width in pixels.</param>
/// <param name="font">The font used for text display</param>
/// <param name="fontSize">The font size of the text</param>
/// <returns>Wrapped text with line breaks.</returns>
public static string WrapText(string text, int maxWidth, int fontSize) {
if (string.IsNullOrWhiteSpace(text)) {
Expand Down

0 comments on commit 96962f4

Please sign in to comment.