Skip to content

Commit d3a1d82

Browse files
author
jantje
committed
Changed color of the preference ok reporting to darkgreen for Roberto
1 parent d824d3e commit d3a1d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/ArduinoPreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public void widgetDefaultSelected(SelectionEvent e) {
366366
});
367367

368368
redColor = parent.getDisplay().getSystemColor(SWT.COLOR_RED);
369-
greenColor = parent.getDisplay().getSystemColor(SWT.COLOR_GREEN);
369+
greenColor = parent.getDisplay().getSystemColor(SWT.COLOR_DARK_GREEN);
370370
}
371371

372372
/**

0 commit comments

Comments
 (0)