diff --git a/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs b/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs index 6d954949c..0803f93d9 100644 --- a/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs +++ b/Source/Editor/CustomEditors/Dedicated/SplineEditor.cs @@ -319,6 +319,8 @@ namespace FlaxEditor.CustomEditors.Dedicated selectedPointsGrid.CustomControl.SlotsHorizontally = 3; selectedPointsGrid.CustomControl.SlotsVertically = 2; + selectedPointsGrid.Control.Size *= new Float2(1, 2); + _linearTangentButton = selectedPointsGrid.Button("Linear"); _freeTangentButton = selectedPointsGrid.Button("Free"); _alignedTangentButton = selectedPointsGrid.Button("Aligned");