Skip to content

Commit d36accd

Browse files
authored
0.5 instead of 0.8
1 parent 6305d0a commit d36accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub const HIDE_HANDLE_DISTANCE: f64 = 3.;
102102
pub const HANDLE_ROTATE_SNAP_ANGLE: f64 = 15.;
103103
pub const SEGMENT_INSERTION_DISTANCE: f64 = 7.5;
104104
pub const SEGMENT_OVERLAY_SIZE: f64 = 10.;
105-
pub const HANDLE_LENGTH_FACTOR: f64 = 0.80;
105+
pub const HANDLE_LENGTH_FACTOR: f64 = 0.5;
106106

107107
// PEN TOOL
108108
pub const CREATE_CURVE_THRESHOLD: f64 = 5.;

0 commit comments

Comments
 (0)