Ignore:
Timestamp:
10/04/05 13:03:41 (19 years ago)
Author:
boris
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt/src/org/modelica/mdt/NewClassWizard.java

    r36 r49  
    108108            l.setLayoutData(gd);
    109109           
    110             sourceFolder = new Text(composite,  SWT.SINGLE | SWT.BORDER);
     110            sourceFolder = new Text(composite, SWT.SINGLE | SWT.BORDER);
    111111            gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL);
    112112            sourceFolder.setLayoutData(gd);
Note: See TracChangeset for help on using the changeset viewer.