Skip to content

Commit

Permalink
Tweak content positioning, see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Oct 14, 2019
1 parent 3133211 commit d980b64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/common/NumberPlayConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define( require => {
titleYMargin: 10,
buttonXMargin: 10,
buttonYMargin: 10,
contentXMargin: 0,
contentXMargin: 10,
contentYMargin: 0,
contentXSpacing: 0,
contentAlign: 'left',
Expand Down
1 change: 1 addition & 0 deletions js/ten/TenScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ define( require => {
numeralAccordionBoxConfig: {
fill: NumberPlayConstants.ORANGE_BACKGROUND,
font: new PhetFont( 98 ),
contentXMargin: 0,
arrowButtonConfig: {
arrowWidth: 20,
arrowHeight: 20,
Expand Down
8 changes: 4 additions & 4 deletions js/twenty/TwentyScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ define( require => {
},
numeralAccordionBoxConfig: {
fill: NumberPlayConstants.GREEN_BACKGROUND,
font: new PhetFont( 80 ),
font: new PhetFont( 76 ),
arrowButtonConfig: {
arrowWidth: 14,
arrowHeight: 14,
spacing: 3
arrowWidth: 15,
arrowHeight: 15,
spacing: 5
}
},
tenFrameAccordionBoxConfig: {
Expand Down

0 comments on commit d980b64

Please sign in to comment.