Ignore:
Timestamp:
May 12, 2019 10:08:22 PM (4 years ago)
Author:
toby
Message:

Load all fix; doc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3965 r3973  
    25762576            txt.SetFont(font1)
    25772577            Sizer.Add(txt,0,wx.ALL|wx.EXPAND|WACV,0)
     2578            txtSize = txt.GetSize()[1]
    25782579        else:
    25792580            Sizer.Add(wx.StaticText(panel,label=title),0,WACV)
     2581            txtSize = 0
    25802582        columnsSizer = wx.BoxSizer(wx.HORIZONTAL)
    25812583        self.sel = []
     
    26202622        Size = [450,375]
    26212623        panel.SetSize(Size)
    2622         Size[0] += 25; Size[1]+= 25+txt.GetSize()[1]
     2624        Size[0] += 25; Size[1]+= 25+txtSize
    26232625        self.SetSize(Size)
    26242626       
Note: See TracChangeset for help on using the changeset viewer.