From: eficas <> Date: Tue, 26 Oct 2004 12:23:11 +0000 (+0000) Subject: PN changement de la place de 2 boutons pour affichae bouton parametre X-Git-Tag: CCAR_poursuite_deb~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=722d67d25824385bc7d2b9c7635ffda20d5c49c9;p=tools%2Feficas.git PN changement de la place de 2 boutons pour affichae bouton parametre --- 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): """