Changeset 1378 for trunk/GSASIIexprGUI.py
- Timestamp:
- Jun 11, 2014 3:38:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIexprGUI.py
r1373 r1378 392 392 'Assignment of variables to labels:'), 393 393 0,wx.EXPAND|wx.ALIGN_CENTER,0) 394 GridSiz = wx.FlexGridSizer( len(self.exprVarLst)+1,5,2,2)394 GridSiz = wx.FlexGridSizer(0,5,2,2) 395 395 GridSiz.Add( 396 396 wx.StaticText(self.varbox,wx.ID_ANY,'label',style=wx.CENTER),
Note: See TracChangeset
for help on using the changeset viewer.