# HG changeset patch # User Eugene Ostroukhov # Date 1276814174 25200 # Node ID 53123b7b800d6896643511b857879e446247ad7e # Parent 7d0a718a63463f84db4b0d80902bdc0db2d0f7cc Bug 2923 - Add more templates for modern devices diff -r 7d0a718a6346 -r 53123b7b800d org.symbian.tools.wrttools/plugin.xml --- 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"> Includes templates for high-end devices from Forum.Nokia. diff -r 7d0a718a6346 -r 53123b7b800d org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip Binary file org.symbian.tools.wrttools/projecttemplates/highendtemplate.zip has changed diff -r 7d0a718a6346 -r 53123b7b800d org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WRTProjectTemplateWizardPage.java --- 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());