1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[176484] setting the background of the Text field to the composite background

This commit is contained in:
David McKnight 2007-03-30 16:33:33 +00:00
parent 1af52ca7e7
commit 2597c5dc20

View file

@ -177,6 +177,7 @@ public class SystemCachePreferencePage extends PreferencePage implements IWorkbe
Text warning = new Text(parent, SWT.READ_ONLY);
// SystemWidgetHelpers.createReadonlyTextField(parent);
warning.setBackground(parent.getBackground());
warning.setText(FileResources.RESID_PREF_CACHE_CLEAR_WARNING_DESCRIPTION);
(new Mnemonics()).setOnPreferencePage(true).setMnemonics(parent);