[SensorBall] updated SensorBall sources tizen_2.2 2.2.1_release
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 10 Oct 2013 12:31:49 +0000 (14:31 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 10 Oct 2013 12:31:49 +0000 (14:31 +0200)
Change-Id: Ic0809c83d54a6dc0182d7194eb492fc500282d73

js/main.js

index ace016d..3faf11c 100644 (file)
@@ -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);