forked from I2P_Developers/i2p.i2p
Console:
- (light, dark, midnight) Fix minor alignment issues with Arabic CSS - JRobin (graphs): - Fix font size issue for non-title text on graphs - Optimise layout (tweaked padding, legend box size etc) - Tweak graph lines (now dotted, slightly less opaque)
This commit is contained in:
@ -35,7 +35,7 @@ class SummaryRenderer {
|
||||
private final Log _log;
|
||||
private final SummaryListener _listener;
|
||||
private final I2PAppContext _context;
|
||||
private static final Color AREA_COLOR = new Color(100, 160, 200, 240);
|
||||
private static final Color AREA_COLOR = new Color(100, 160, 200, 200);
|
||||
private static final Color LINE_COLOR = new Color(0, 30, 110, 255);
|
||||
private static final Color RESTART_BAR_COLOR = new Color(223, 13, 13, 255);
|
||||
|
||||
@ -135,7 +135,7 @@ class SummaryRenderer {
|
||||
} else {
|
||||
// small = small.deriveFont(small.getSize2D() + 1.0f);
|
||||
// if specified font family is missing, jrobin will use fallback
|
||||
small = new Font("Droid Sans Mono", Font.PLAIN, 11);
|
||||
small = new Font("Droid Sans Mono", Font.PLAIN, 10);
|
||||
// large = large.deriveFont(large.getSize2D() + 1.0f);
|
||||
large = new Font("Droid Sans", Font.PLAIN, 13);
|
||||
}
|
||||
|
Reference in New Issue
Block a user