Skip to content

Commit

Permalink
Reduce overlay marker handle width
Browse files Browse the repository at this point in the history
See #479
  • Loading branch information
chrisn committed Mar 2, 2023
1 parent f944ed4 commit 246f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay-segment-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function OverlaySegmentMarker(options) {
}

OverlaySegmentMarker.prototype.init = function(group) {
const handleWidth = 30;
const handleWidth = 10;
const handleHeight = 20;
const handleX = -(handleWidth / 2) + 0.5; // Place in the middle of the marker

Expand Down

0 comments on commit 246f793

Please sign in to comment.