Commit ecb8bd29487a23cf1d2bf4c5a29e73603582f170
- Diff rendering mode:
- inline
- side by side
|   | |||
| 30 | 30 | calculateAppPosition: function(appIndex) { | |
| 31 | 31 | return { | |
| 32 | 32 | - left: (((appIndex % this.kAppsPerRow) * this.kAppWidth) + this.kPageMargin), | |
| 33 | + left: (((appIndex % this.kAppsPerRow) * this.kAppWidth) - 18), | ||
| 33 | + left: (((appIndex % this.kAppsPerRow) * this.kAppWidth) - 22), | ||
| 34 | 34 | top: (Math.floor(appIndex/this.kAppsPerRow) * this.kAppHeight) | |
| 35 | 35 | }; | |
| 36 | 36 | }, |

