From 5f628041c3da1f9b3dc604e1a1efeda6428b72cb Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 4 Feb 2003 12:52:48 +0000 Subject: [PATCH] PN : ajout du bouton "documentation" correction de la fiche de bug A02002-447 --- Editeur/compoformule.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Editeur/compoformule.py b/Editeur/compoformule.py index 345bacc7..98a3f80f 100644 --- a/Editeur/compoformule.py +++ b/Editeur/compoformule.py @@ -112,9 +112,10 @@ class FORMULEPanel(panels.OngletPanel): 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): """ -- 2.39.2