projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad254bb
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Dec 2014 23:39:03 +0000
(
00:39
+0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Dec 2014 23:39:03 +0000
(
00:39
+0100)
guifunct.py
patch
|
blob
|
history
diff --git
a/guifunct.py
b/guifunct.py
index
c26b7e9
..
6396a5b
100644
(file)
--- a/
guifunct.py
+++ b/
guifunct.py
@@
-1020,9
+1020,9
@@
class CreateTgenDialog ( wx.Frame ):
namepan.SetSizer( fgSizer3 )
- namesizer.Add( namepan, 1, wx.
ALIGN_CENTER_HORIZONTAL
, 5 )
+ namesizer.Add( namepan, 1, wx.
EXPAND
, 5 )
- bSizer2.Add( namesizer, 1, wx.
EXPAND
, 5 )
+ bSizer2.Add( namesizer, 1, wx.
ALIGN_CENTER_HORIZONTAL
, 5 )
self.ip = VItemsPicker(self,-1, lemlist, _(u'Forms').decode('utf8'), _('Selection').decode('utf8'))
self.ip._source.SetMinSize( wx.Size( 350, 400 ) )