]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN changement de la place de 2 boutons pour affichae bouton parametre
authoreficas <>
Tue, 26 Oct 2004 12:23:11 +0000 (12:23 +0000)
committereficas <>
Tue, 26 Oct 2004 12:23:11 +0000 (12:23 +0000)
Editeur/panels.py

index 843ccc42bfb6b3519b623c8a3bde47a86e5fe14b..ca8867a521e8b76ce7b10f6b044b184d5048f205 100644 (file)
@@ -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):
   """