Changeset 1946 for trunk/GSASIIctrls.py
- Timestamp:
- Jul 23, 2015 4:22:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r1945 r1946 1265 1265 Sizer = wx.BoxSizer(wx.VERTICAL) 1266 1266 topSizer = wx.BoxSizer(wx.HORIZONTAL) 1267 topSizer.Add( 1268 wx.StaticText(self,wx.ID_ANY,title,size=(-1,35)), 1269 1,wx.ALL|wx.EXPAND|WACV,8) 1267 topSizer.Add(wx.StaticText(self,wx.ID_ANY,title,size=(-1,35)), 1268 1,wx.ALL|wx.EXPAND|WACV,1) 1270 1269 if filterBox: 1271 1270 self.timer = wx.Timer() … … 1535 1534 copyList = [] 1536 1535 lbl = copyopts['currentsel'] 1537 dlg = G2MultiChoiceDialog( 1538 G2frame.dataFrame, 1539 'Copy parameter '+lbl+' from\n'+hst, 1536 dlg = G2MultiChoiceDialog(G2frame.dataFrame,'Copy parameter '+lbl+' from\n'+hst, 1540 1537 'Copy parameters', histList) 1541 1538 dlg.CenterOnParent()
Note: See TracChangeset
for help on using the changeset viewer.