--- 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());