Révision 1382
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/parameters/LongStringField.java (revision 1382) | ||
---|---|---|
24 | 24 |
l.setLayoutData(gd); |
25 | 25 |
|
26 | 26 |
dt = new Text(this, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL); |
27 |
dt.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); |
|
27 |
GridData gdata = new GridData(SWT.FILL, SWT.FILL, true, true); |
|
28 |
gdata.heightHint = 2 * dt.getLineHeight(); |
|
29 |
dt.setLayoutData(gdata); |
|
28 | 30 |
dt.setSize(200, 200); |
29 | 31 |
resetToDefault(); |
30 | 32 |
} |
Formats disponibles : Unified diff