1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-18 12:54:25 +01:00

Set default color of text for descriptions shown in library manager.

This commit is contained in:
Fabián Inostroza 2016-09-10 22:50:44 -03:00 committed by Cristian Maglie
parent 39c3e8bb8b
commit b17c5122c2

View File

@ -221,6 +221,7 @@ public class ContributedLibraryTableCellJPanel extends JPanel {
StyleSheet s = html.getStyleSheet();
s.addRule("body { margin: 0; padding: 0;"
+ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"
+ "color: black;"
+ "font-size: " + 10 * Theme.getScale() / 100 + "; }");
}
description.setOpaque(false);