From 142e1574eb05e780fc27f1bf88d14c0c25a8f409 Mon Sep 17 00:00:00 2001 From: martins Date: Thu, 20 Oct 2022 11:28:28 +0200 Subject: [PATCH] ok --- projetAgile/src/fr/iutfbleau/projetAgile/View/BoutonsMenu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }