...
[iramuteq] / guifunct.py
index 23474c3..54e4449 100644 (file)
@@ -1018,7 +1018,7 @@ class CreateTgenDialog ( wx.Frame ):
         
         namepan.SetSizer( fgSizer3 )
         
-        bSizer2.Add( namepan, 1, wx.ALIGN_CENTER_HORIZONTAL, 5 )
+        bSizer2.Add( namepan, 1, wx.EXPAND|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 ) )