Changeset 1946 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
Jul 23, 2015 4:22:18 PM (8 years ago)
Author:
vondreele
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r1945 r1946  
    12651265        Sizer = wx.BoxSizer(wx.VERTICAL)
    12661266        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)
    12701269        if filterBox:
    12711270            self.timer = wx.Timer()
     
    15351534    copyList = []
    15361535    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,
    15401537        'Copy parameters', histList)
    15411538    dlg.CenterOnParent()
Note: See TracChangeset for help on using the changeset viewer.