Author: vyemialyanchyk
Date: 2008-04-01 11:44:31 -0400 (Tue, 01 Apr 2008)
New Revision: 7251
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1968
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java 2008-04-01
15:30:14 UTC (rev 7250)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java 2008-04-01
15:44:31 UTC (rev 7251)
@@ -85,8 +85,9 @@
sashForm.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true,true));
final ScrolledForm form = managedForm.getForm();
FormToolkit toolkit = managedForm.getToolkit();
- Section section = toolkit.createSection( parent, Section.DESCRIPTION );
- section.setText( "Tables && Columns" );
+ Section section = toolkit.createSection( parent, Section.DESCRIPTION |
+ Section.FOCUS_TITLE | Section.TWISTIE | Section.EXPANDED);
+ section.setText( "Tables & Columns" );
section.setDescription( "Explicitly control settings for table & columns for
which the defaults is not applicable. Click Add, select the relevant tables & columns
and adjust their settings here." );
section.marginWidth = 10;
section.marginHeight = 5;