Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
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 }