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:
parent
1af52ca7e7
commit
2597c5dc20
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue