Skip to content

Commit

Permalink
Remove spacers from UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keijiro Takahashi authored and Keijiro Takahashi committed Mar 22, 2016
1 parent cc9d7df commit cc44f7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/Kino/Bloom/Editor/BloomEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ public override void OnInspectorGUI()
EditorGUILayout.PropertyField(_threshold, _textThreshold);
EditorGUILayout.PropertyField(_softKnee);
EditorGUILayout.PropertyField(_intensity);
EditorGUILayout.Space();
EditorGUILayout.PropertyField(_radius);
EditorGUILayout.Space();
EditorGUILayout.PropertyField(_highQuality);
EditorGUILayout.PropertyField(_antiFlicker);

Expand Down

0 comments on commit cc44f7f

Please sign in to comment.