Darker warning color

This commit is contained in:
SiboVG 2022-12-27 20:42:50 +01:00
parent 5b73925634
commit f201471f78

View File

@ -348,7 +348,7 @@ public class RocketInfo implements FigureElement {
float y = y2 - line * warnings.size(); float y = y2 - line * warnings.size();
g2.setColor(new Color(255,0,0,130)); g2.setColor(Color.RED);
for (GlyphVector v: texts) { for (GlyphVector v: texts) {
Rectangle2D rect = v.getVisualBounds(); Rectangle2D rect = v.getVisualBounds();