self.bouton_val = Button(self.fr_but,text='Valider',command=self.change_valeur,width=14)
self.bouton_ann = Button(self.fr_but,text='Annuler',command=self.display_valeur,width=14)
- self.bouton_val.place(relx=0.25,rely=0.5,relheight=0.8,anchor='center')
- self.bouton_ann.place(relx=0.50,rely=0.5,relheight=0.8,anchor='center')
- self.bouton_sup.place(relx=0.75,rely=0.5,relheight=0.8,anchor='center')
+ self.bouton_val.place(relx=0.15,rely=0.5,relheight=0.8,anchor='center')
+ self.bouton_ann.place(relx=0.40,rely=0.5,relheight=0.8,anchor='center')
+ self.bouton_sup.place(relx=0.65,rely=0.5,relheight=0.8,anchor='center')
+ self.bouton_doc.place(relx=0.90,rely=0.5,relheight=0.8,anchor='center')
def change_valeur(self):
"""