Ver Fonte

set bigger keys in overview

lviguier há 1 ano atrás
pai
commit
66446c073b
1 ficheiros alterados com 1 adições e 1 exclusões
  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),