From: Piotr Dabrowski Date: Thu, 10 Oct 2013 12:31:49 +0000 (+0200) Subject: [SensorBall] updated SensorBall sources X-Git-Tag: 2.2.1_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.2;p=samples%2Fweb%2FSensorBall.git [SensorBall] updated SensorBall sources Change-Id: Ic0809c83d54a6dc0182d7194eb492fc500282d73 --- diff --git a/js/main.js b/js/main.js index ace016d..3faf11c 100644 --- a/js/main.js +++ b/js/main.js @@ -474,7 +474,7 @@ $(document).ready(function () { var img, contentHeight = screen.availHeight - $('div[data-role="header"]').outerHeight() - $('div[data-role="footer"]').outerHeight(); - $('div[data-role="content"]').css('height', contentHeight - 33); + $('div[data-role="content"]').css('height', contentHeight); app.gameWidth = screen.availWidth; app.ballWidth = parseInt($('.ball').css('width'), 10); app.ballHeight = parseInt($('.ball').css('height'), 10);