Changeset 14510
- Timestamp:
- 03/22/07 18:48:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/Apogee/org.nuxeo.ecm.platform.rcp/src/org/nuxeo/ecm/platform/rcp/document/TextDocumentField.java
r14506 r14510 39 39 40 40 text = new Text(parent, style); 41 text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));42 41 text.setForeground(toolkit.getColors().getColor(IFormColors.TITLE)); 43 42 gd = new GridData();
