Merge pull request #1930 from SiboVG/darker-warning

Darker warning color
This commit is contained in:
Joe Pfeiffer 2022-12-27 14:31:08 -07:00 committed by GitHub
commit c8e98cf319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();