Skip to content

Commit

Permalink
Adjusted coefficient slider dilations and spacings for #72, #80
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhTotey authored and SaurabhTotey committed Aug 30, 2019
1 parent 9c2e121 commit e65c7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/curve-fitting/CurveFittingConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ define( require => {

// spacing
CONTROLS_Y_SPACING: 12,
SLIDERS_X_SPACING: 12,
SLIDERS_X_SPACING: 15,

// fonts
CONTROL_FONT: new PhetFont( 16 ),
Expand Down
4 changes: 2 additions & 2 deletions js/curve-fitting/view/CoefficientSliderNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ define( require => {
thumbSize: new Dimension2( 10, 20 ),
minorTickLineWidth: 2,
minorTickLength: 12,
thumbTouchAreaYDilation: 4, // supposed to make touch horizontal areas flush; is YDilation since we rotate by 90; see #72
thumbMouseAreaYDilation: 4,
thumbTouchAreaYDilation: 8, // supposed to make touch horizontal areas flush; is YDilation since we rotate by 90; see #72
thumbMouseAreaYDilation: 8,
thumbMouseAreaXDilation: 10,
labelOptions: {
font: CurveFittingConstants.COEFFICIENT_FONT,
Expand Down

0 comments on commit e65c7ab

Please sign in to comment.