Browse Source

set bigger keys in overview

lviguier 1 year ago
parent
commit
66446c073b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/comp/CurveEditor.hx

+ 1 - 1
hide/comp/CurveEditor.hx

@@ -221,7 +221,7 @@ class OverviewEditor extends Component implements CurveEditorComponent
 		setPan();
 
 		function addDiamound(group, x: Float, y: Float, ?style: Dynamic) {
-			var size = 4;
+			var size = 6;
 			var points = [
 				new h2d.col.Point(x + size,y),
 				new h2d.col.Point(x,y - size),