Révision 1011
tmp/org.txm.rcp/src/main/java/org/txm/rcp/adapters/TXMResultAdapter.java (revision 1011) | ||
---|---|---|
78 | 78 |
public RGB getBackground(Object element) { |
79 | 79 |
if(element instanceof TXMResult && ((TXMResult)element).isUserPersistable()) { |
80 | 80 |
Display display = Display.getCurrent(); |
81 |
Color color = display.getSystemColor(SWT.COLOR_INFO_BACKGROUND);
|
|
81 |
Color color = display.getSystemColor(SWT.COLOR_TITLE_INACTIVE_BACKGROUND);
|
|
82 | 82 |
|
83 | 83 |
// FIXME: random color tests |
84 | 84 |
// Random rnd = new Random(); |
Formats disponibles : Unified diff