Skip to content
Snippets Groups Projects
Commit e93199b1 authored by Moemoea Fierin's avatar Moemoea Fierin
Browse files

[ZOOM] Issue #31: additional size for icon border

parent c19d13e2
No related branches found
No related tags found
1 merge request!287Resolve "Zoom on all diagrams"
...@@ -170,7 +170,7 @@ public class AvatarPDBlock extends TGCScalableWithInternalComponent implements S ...@@ -170,7 +170,7 @@ public class AvatarPDBlock extends TGCScalableWithInternalComponent implements S
} }
// Icon // Icon
int border = scale(3); int border = scale(5);
g.drawImage( scale(IconManager.img5100), x + width - scale(iconSize) - border, y + border, Color.yellow, null); g.drawImage( scale(IconManager.img5100), x + width - scale(iconSize) - border, y + border, Color.yellow, null);
//String Title + Stereotype //String Title + Stereotype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment