fix edit buttons style on spline editor

This commit is contained in:
Ruan Lucas
2023-07-20 13:19:18 -04:00
parent e6715ad095
commit 4cf2bba840

View File

@@ -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");