projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c959af
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 4 Dec 2014 22:06:06 +0000
(23:06 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 4 Dec 2014 22:06:06 +0000
(23:06 +0100)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
1e8141f
..
f38a5c5
100644
(file)
--- a/
functions.py
+++ b/
functions.py
@@
-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)
+ prog.SetSize((400,150))
return prog