...
authorPierre Ratinaud <ratinaud@univ-tlse2.fr>
Thu, 4 Dec 2014 22:06:06 +0000 (23:06 +0100)
committerPierre Ratinaud <ratinaud@univ-tlse2.fr>
Thu, 4 Dec 2014 22:06:06 +0000 (23:06 +0100)
functions.py

index 1e8141f..f38a5c5 100644 (file)
@@ -708,6 +708,7 @@ def progressbar(self, maxi) :
                              style=wx.PD_APP_MODAL | wx.PD_AUTO_HIDE | wx.PD_ELAPSED_TIME | wx.PD_CAN_ABORT
                              )
     prog.SetIcon(ira._icon)
                              style=wx.PD_APP_MODAL | wx.PD_AUTO_HIDE | wx.PD_ELAPSED_TIME | wx.PD_CAN_ABORT
                              )
     prog.SetIcon(ira._icon)
+    prog.SetSize((400,150))
     return prog
 
 
     return prog