Fixes the size and the location of the status arrow icon.

cusax-fix
Yana Stamcheva 16 years ago
parent 9b3477b849
commit c0a3ac5f9b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 268 B

@ -910,7 +910,9 @@ public void paintComponent(Graphics g)
g.drawImage(
arrowImage,
textWidth + 2*IMAGE_INDENT + 2,
(this.getHeight() - arrowImage.getHeight(null)) / 2 + 3,
getX()
+ (this.getHeight() - arrowImage.getHeight(null)) / 2
+ 1,
null);
}
finally

Loading…
Cancel
Save