diff --git a/projetAgile/src/fr/iutfbleau/projetAgile/View/BoutonsMenu.java b/projetAgile/src/fr/iutfbleau/projetAgile/View/BoutonsMenu.java index eec6105..37611c7 100644 --- a/projetAgile/src/fr/iutfbleau/projetAgile/View/BoutonsMenu.java +++ b/projetAgile/src/fr/iutfbleau/projetAgile/View/BoutonsMenu.java @@ -50,7 +50,7 @@ public class BoutonsMenu extends JComponent{ } // maintenant on dessine ce que l'on veut if(this.survol==false){ - secondPinceau.drawImage(this.img, 5, 5, this.getWidth()-5, this.getHeight()-5, this); + secondPinceau.drawImage(this.img, 5, 5, this.getWidth()-10, this.getHeight()-10, this); }else{ secondPinceau.drawImage(this.img, 0, 0, this.getWidth(), this.getHeight(), this); }