Browse Source

Removing extra padding in anim field display GUI

BearishSun 9 years ago
parent
commit
b416559019
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

@@ -566,7 +566,7 @@ namespace BansheeEditor
             underlayLayout.AddElement(colorSquare);
             underlayLayout.AddFlexibleSpace();
             underlayLayout.AddElement(valueDisplay);
-            underlayLayout.AddSpace(50);
+            underlayLayout.AddSpace(10);
 
             overlaySpacing = new GUILabel("", GUIOption.FixedHeight(GetEntryHeight()));
             layouts.overlay.AddElement(overlaySpacing);