Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonLi8 committed Aug 21, 2020
1 parent 0be0c7c commit b309c57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/common/view/RestartButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class RestartButton extends RectangularPushButton {
lineWidth: 0,
xMargin: 6,
yMargin: 5,
touchAreaXDilation: 5,
touchAreaYDilation: 5
touchAreaXDilation: 8,
touchAreaYDilation: 8

}, options );

Expand Down
4 changes: 3 additions & 1 deletion js/common/view/ZoomControlSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ class ZoomControlSet extends HBox {
disabledBaseColor: ColorConstants.LIGHT_GRAY,
radius: 8,
xMargin: 5,
yMargin: 3
yMargin: 3,
touchAreaXDilation: 3.5,
touchAreaYDilation: 6
},

// {number}
Expand Down

0 comments on commit b309c57

Please sign in to comment.