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

Commit ced00d8

Browse files
author
Andreia Gaita
authored
Merge pull request #883 from github-for-unity/toolbar-button-word-wrap
Removing word wrap from style of toolbar button
2 parents 5a4de2d + 2a42d7c commit ced00d8

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ public static GUIStyle ToolbarButtonStyle
494494
toolbarButtonStyle = new GUIStyle(EditorStyles.toolbarButton);
495495
toolbarButtonStyle.name = "HistoryToolbarButtonStyle";
496496
toolbarButtonStyle.richText = true;
497-
toolbarButtonStyle.wordWrap = true;
498497
}
499498
return toolbarButtonStyle;
500499
}

0 commit comments

Comments
 (0)