Commit b71012a3eb61a0db1e4482f26be4a705f477b7b1

  • avatar
  • Daniel Beames <dbeames @beames…ptop.(none)>
  • Sat Oct 17 08:03:32 CEST 2009
Updated app-launcher-4x4-icons-v3 for onlinespending.
  
11diff --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
2index 4da3e85..a80735f 100644
2index 4da3e85..aa1c804 100644
33--- a/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
44+++ b/usr/lib/luna/system/luna-applauncher/app/controllers/launcher-assistant.js
55@@ -10,8 +10,8 @@ var LauncherAssistant = Class.create({
1313 kPageWidthNoMargin: NaN,
1414 kPageWidth: NaN,
1515 kAppsPerRow: NaN,
16@@ -89,7 +89,7 @@ var LauncherAssistant = Class.create({
17
18 // pre-calculate commonly used measurements
19 this.kPageWidth = $('launcher_root').getWidth();
20- this.kPageWidthNoMargin = (this.kPageWidth - this.kPageMargin * 2);
21+ this.kPageWidthNoMargin = (this.kPageWidth - 20);
22
23 // setup the initial dimensions for launcher/global-search
24 this.adjustLayout();
1625@@ -324,9 +324,9 @@ var LauncherAssistant = Class.create({
1726 var newAppDiv = $(newAppInfo.launchPointId);
1827 Mojo.assert(newAppDiv !== undefined, "Application (%d) was inserted into the DOM but unable to be retrieved!", newAppInfo.launchPointId);