|
@@ -24,7 +24,7 @@ public class LegendView extends JPanel {
|
|
|
int height = fm.getHeight() + PADDING * 2;
|
|
|
|
|
|
int x = PADDING;
|
|
|
- g.drawString( "Legende:", x, fm.getMaxAscent() );
|
|
|
+ g.drawString( "Legende:", x, fm.getMaxAscent() + PADDING );
|
|
|
x += fm.stringWidth( "Legende:" ) + PADDING;
|
|
|
|
|
|
g.setColor( Color.LIGHT_GRAY );
|