Skip to content

Commit

Permalink
adjust size is WIDTH_SMALL_DOTS limit since there is a little less pa…
Browse files Browse the repository at this point in the history
…dding

we still want small dot in portrait mode for iPhone 6+ and Nexus 6
  • Loading branch information
jasoncalabrese committed Aug 23, 2015
1 parent 5a1baeb commit eda1fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/renderer.js
Expand Up @@ -3,7 +3,7 @@
var times = require('../times');

var DEFAULT_FOCUS = times.hours(3).msecs
, WIDTH_SMALL_DOTS = 400
, WIDTH_SMALL_DOTS = 420
, WIDTH_BIG_DOTS = 800
, TOOLTIP_TRANS_MS = 200 // milliseconds
, UPDATE_TRANS_MS = 750 // milliseconds
Expand Down

0 comments on commit eda1fd7

Please sign in to comment.