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

Commit e5280cd

Browse files
Merge branch 'master' into fix-asset-explorer-icon-overlay-highdpi
2 parents d488a27 + ced00d8 commit e5280cd

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)