Skip to content

Commit

Permalink
move concentration meter title up 2 pixels so that it looks OK on And…
Browse files Browse the repository at this point in the history
…roid+Firefox
  • Loading branch information
pixelzoom committed Oct 14, 2013
1 parent cbe2293 commit 7469e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/view/ConcentrationMeterNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ define( function( require ) {
var BODY_IS_DRAGGABLE = true;
var VALUE_DECIMALS = 3;
var NO_VALUE = '-';
var TITLE_TOP = 12; // specific to bodyCenterImage
var TITLE_TOP = 10; // specific to bodyCenterImage
var TEXT_X_MARGIN = 25; // specific to bodyCenterImage
var VALUE_X_MARGIN = 30; // specific to bodyCenterImage
var VALUE_CENTER_Y = 84; // specific to bodyCenterImage
Expand Down

0 comments on commit 7469e36

Please sign in to comment.