[SensorBall] updated SensorBall sources 2.2_release
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Sun, 14 Jul 2013 11:44:08 +0000 (13:44 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Sun, 14 Jul 2013 11:44:08 +0000 (13:44 +0200)
Change-Id: Iae3f599cda03259ba988b4728952d90fa1ef0a07

js/main.js

index ab18530..343d399 100644 (file)
@@ -415,7 +415,7 @@ var app = {
                $('.ball').css('width', '100px');
                $('.ball').css('height', '100px');
 
-               $('.background').css('background-position', '0px -90px');
+               $('.background').css('background-position', '0px -80px');
 
                this.ballWidth = parseInt($('.ball').css('width'), 10);
                this.ballHeight = parseInt($('.ball').css('height'), 10);