mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-12 09:29:23 +01:00
Set default color of text for descriptions shown in library manager.
This commit is contained in:
parent
39c3e8bb8b
commit
b17c5122c2
@ -221,6 +221,7 @@ public class ContributedLibraryTableCellJPanel extends JPanel {
|
|||||||
StyleSheet s = html.getStyleSheet();
|
StyleSheet s = html.getStyleSheet();
|
||||||
s.addRule("body { margin: 0; padding: 0;"
|
s.addRule("body { margin: 0; padding: 0;"
|
||||||
+ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"
|
+ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"
|
||||||
|
+ "color: black;"
|
||||||
+ "font-size: " + 10 * Theme.getScale() / 100 + "; }");
|
+ "font-size: " + 10 * Theme.getScale() / 100 + "; }");
|
||||||
}
|
}
|
||||||
description.setOpaque(false);
|
description.setOpaque(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user