[jbosstools-commits] JBoss Tools SVN: r35738 - trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 17 18:01:57 EDT 2011


Author: snjeza
Date: 2011-10-17 18:01:57 -0400 (Mon, 17 Oct 2011)
New Revision: 35738

Modified:
   trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java
Log:
JBIDE-9368 Dashboard(s) for easy news aggregation, twitter and easy additional/3rd party plugin installation and project template/creation

Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java	2011-10-17 20:20:41 UTC (rev 35737)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java	2011-10-17 22:01:57 UTC (rev 35738)
@@ -373,7 +373,7 @@
 
 	
 	private void createTutorialsSection(FormToolkit toolkit, Composite parent) {
-		tutorialsSection = createSection(toolkit, parent, "Project Examples", ExpandableComposite.TITLE_BAR|ExpandableComposite.TWISTIE);
+		tutorialsSection = createSection(toolkit, parent, "Project Examples", ExpandableComposite.TITLE_BAR|ExpandableComposite.TWISTIE|ExpandableComposite.EXPANDED);
 	    GridData gd = new GridData(SWT.FILL, SWT.FILL, false, false);
 	    //gd.widthHint = 350;
 	    //gd.heightHint = 100;
@@ -610,7 +610,7 @@
 	}
 	
 	public void createDocumentationSection(FormToolkit toolkit, Composite parent) {
-		documentationSection = createSection(toolkit, parent, "Documentation", ExpandableComposite.TITLE_BAR|ExpandableComposite.TWISTIE);
+		documentationSection = createSection(toolkit, parent, "Documentation", ExpandableComposite.TITLE_BAR|ExpandableComposite.TWISTIE|ExpandableComposite.EXPANDED);
 	    GridData gd = new GridData(SWT.FILL, SWT.FILL, false, false);
 	    //gd.widthHint = 350;
 	    //gd.heightHint = 100;



More information about the jbosstools-commits mailing list