X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=guifunct.py;h=54e4449215e70400a526acf1e0c741c84180cfb8;hp=23474c394a4a2e9eafbcc9c9a0193e0ce1d07ea7;hb=548af76d071aab00279c3642884d4415e726eee3;hpb=fe3a112cf09bc836625bd378a18273efc62afdf0 diff --git a/guifunct.py b/guifunct.py index 23474c3..54e4449 100644 --- a/guifunct.py +++ b/guifunct.py @@ -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 ) )