Merge pull request #1930 from SiboVG/darker-warning
Darker warning color
This commit is contained in:
commit
c8e98cf319
@ -348,7 +348,7 @@ public class RocketInfo implements FigureElement {
|
||||
|
||||
|
||||
float y = y2 - line * warnings.size();
|
||||
g2.setColor(new Color(255,0,0,130));
|
||||
g2.setColor(Color.RED);
|
||||
|
||||
for (GlyphVector v: texts) {
|
||||
Rectangle2D rect = v.getVisualBounds();
|
||||
|
Loading…
x
Reference in New Issue
Block a user