From 722d67d25824385bc7d2b9c7635ffda20d5c49c9 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 26 Oct 2004 12:23:11 +0000 Subject: [PATCH] PN changement de la place de 2 boutons pour affichae bouton parametre --- Editeur/panels.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Editeur/panels.py b/Editeur/panels.py index 843ccc42..ca8867a5 100644 --- a/Editeur/panels.py +++ b/Editeur/panels.py @@ -104,8 +104,8 @@ class Panel(Frame) : self.bouton_cata.place(relx=0.5,rely = 0.5,relheight = 0.8,anchor='center') self.bouton_doc.place(relx=0.75,rely = 0.5,relheight = 0.8,anchor='center') else: - self.bouton_sup.place(relx=0.3,rely = 0.5,relheight = 0.8,anchor='center') - self.bouton_doc.place(relx=0.7,rely = 0.5,relheight = 0.8,anchor='center') + self.bouton_sup.place(relx=0.25,rely = 0.5,relheight = 0.8,anchor='center') + self.bouton_doc.place(relx=0.5,rely = 0.5,relheight = 0.8,anchor='center') def show_catalogue(self): try: @@ -513,6 +513,7 @@ class OngletPanel(Panel) : except Exception,e: widgets.showerror("TOO BAD",str(e)) return + class Panel_Inactif(Panel): """ -- 2.39.2