Skip to content

Commit

Permalink
#41 add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 28, 2022
1 parent 2027b9e commit 356f0c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/MeanShareAndBalanceScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default class MeanShareAndBalanceScreenView extends ScreenView {
new Text( meanShareAndBalanceStrings.sync, {
left: syncIcon.right + 5,
centerY: syncIcon.centerY,
fontSize: 12, maxWidth: MeanShareAndBalanceConstants.MAX_CONTROLS_TEXT_WIDTH - syncRadius
fontSize: 12,
maxWidth: MeanShareAndBalanceConstants.MAX_CONTROLS_TEXT_WIDTH - syncRadius
} )
]
} );
Expand Down

0 comments on commit 356f0c6

Please sign in to comment.