Bug 2923 - Add more templates for modern devices
authorEugene Ostroukhov <eugeneo@symbian.org>
Thu, 17 Jun 2010 15:36:14 -0700
changeset 387 53123b7b800d
parent 386 7d0a718a6346
child 388 bd7a2b98ea78
Bug 2923 - Add more templates for modern devices
org.symbian.tools.wrttools/plugin.xml
org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip
org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WRTProjectTemplateWizardPage.java
--- a/org.symbian.tools.wrttools/plugin.xml	Thu Jun 17 11:17:33 2010 -0700
+++ b/org.symbian.tools.wrttools/plugin.xml	Thu Jun 17 15:36:14 2010 -0700
@@ -189,7 +189,7 @@
             icon="icons/main16.gif"
             id-pattern="com.{0}.basic.widget"
             order="4"
-            name="Example Project Using Templates for High-End Devices">
+            name="Various UI Templates">
          <description>
             Includes templates for high-end devices from Forum.Nokia.
          </description>
Binary file org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip has changed
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WRTProjectTemplateWizardPage.java	Thu Jun 17 11:17:33 2010 -0700
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WRTProjectTemplateWizardPage.java	Thu Jun 17 15:36:14 2010 -0700
@@ -112,6 +112,7 @@
         descriptionData.bottom = new FormAttachment(100, -8);
         descriptionData.left = new FormAttachment(templates.getControl(), 5);
 		descriptionData.right = new FormAttachment(100, 0);
+        descriptionData.width = 50;
 		description.setLayoutData(descriptionData);
 		
 		templates.setContentProvider(new ArrayContentProvider());