Ignore:
Timestamp:
04/11/07 06:38:36 (17 years ago)
Author:
adrpo
Message:
  • mdt 0.7.0 changes
  • fixed some bugs
  • debugging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/preferences/ModelicaPreferencePage.java

    r431 r491  
    159159       
    160160        customOmcPath = new Text(group, SWT.SINGLE | SWT.BORDER | SWT.LEFT);
    161         data = new GridData(GridData.HORIZONTAL_ALIGN_FILL |
    162                     GridData.GRAB_HORIZONTAL);
     161        data = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL);
    163162        customOmcPath.setLayoutData(data);
    164163
Note: See TracChangeset for help on using the changeset viewer.