Normand Briere
2019-09-02 171c62e16a2bfc111001777235a6783e2986ccdd
cToggleButton.java
....@@ -37,7 +37,7 @@
3737 //if (getWidth() > image.getWidth(null) + 8)
3838 {
3939 g.drawImage(image, this.getWidth()/2 - 12, this.getHeight()/2 - 12, this);
40
- g.drawRect(0, 0, this.getWidth()-1, this.getHeight()-1);
40
+ g.drawRect(2, 2, this.getWidth()-5, this.getHeight()-5);
4141 }
4242 }
4343 }