Browse Source

Increased path length in animation field display

BearishSun 9 years ago
parent
commit
5685920463
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/MBansheeEditor/Windows/Animation/GUIAnimFieldDisplay.cs

+ 1 - 1
Source/MBansheeEditor/Windows/Animation/GUIAnimFieldDisplay.cs

@@ -299,7 +299,7 @@ namespace BansheeEditor
     /// </summary>
     /// </summary>
     internal abstract class GUIAnimFieldEntry
     internal abstract class GUIAnimFieldEntry
     {
     {
-        private const int MAX_PATH_LENGTH = 20;
+        private const int MAX_PATH_LENGTH = 30;
         protected const int INDENT_AMOUNT = 10;
         protected const int INDENT_AMOUNT = 10;
 
 
         protected string path;
         protected string path;