Commit b71012a3eb61a0db1e4482f26be4a705f477b7b1
Updated app-launcher-4x4-icons-v3 for onlinespending.
| |   |
| 1 | 1 | diff --git a/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js b/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js |
| index 4da3e85..a80735f 100644 |
| index 4da3e85..aa1c804 100644 |
| 3 | 3 | --- a/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js |
| 4 | 4 | +++ b/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js |
| 5 | 5 | @@ -10,8 +10,8 @@ var LauncherAssistant = Class.create({ |
| … | … | |
| 13 | 13 | kPageWidthNoMargin: NaN, |
| 14 | 14 | kPageWidth: NaN, |
| 15 | 15 | kAppsPerRow: NaN, |
| @@ -89,7 +89,7 @@ var LauncherAssistant = Class.create({ |
| |
| // pre-calculate commonly used measurements |
| this.kPageWidth = $('launcher_root').getWidth(); |
| - this.kPageWidthNoMargin = (this.kPageWidth - this.kPageMargin * 2); |
| + this.kPageWidthNoMargin = (this.kPageWidth - 20); |
| |
| // setup the initial dimensions for launcher/global-search |
| this.adjustLayout(); |
| 16 | 25 | @@ -324,9 +324,9 @@ var LauncherAssistant = Class.create({ |
| 17 | 26 | var newAppDiv = $(newAppInfo.launchPointId); |
| 18 | 27 | Mojo.assert(newAppDiv !== undefined, "Application (%d) was inserted into the DOM but unable to be retrieved!", newAppInfo.launchPointId); |