Skip to content

Commit

Permalink
Tweak bookmark position
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrishotts committed Mar 14, 2012
1 parent 31521dc commit 729fc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/script/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ function drawPage ( pageNumber )
var ww = (isIPad() ? 80 : 54); // iPhone needs this smaller
xx = xx + ( (pages[pageNumber].words[i].width*(isIPad()?1.5:1.25)) / 2);
xx = xx - (ww/2); // should now be center of the verse #
yy = yy - (isIPad() ? 24 : 14) - 1;
yy = yy - (isIPad() ? 24 : 14);
ctx.drawImage ( bmImage, xx, yy, ww, ww);
}
// check for notes
Expand Down

0 comments on commit 729fc67

Please sign in to comment.