Changeset 49f9f9e in sasview for src


Ignore:
Timestamp:
May 7, 2018 1:05:48 AM (6 years ago)
Author:
wojciech
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
2bd0e4a
Parents:
18b98f3
Message:

clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/sasview.py

    r18b98f3 r49f9f9e  
    203203    import wx 
    204204    import subprocess 
    205     #Generic message box is nessary here becuase standard MessageBox is not moveable 
     205    #Generic message box created becuase standard MessageBox is not moveable 
    206206    class GenericMessageBox(wx.Dialog): 
    207207        def __init__(self, parent, text, title = ''): 
     
    229229            sizer = wx.BoxSizer(wx.VERTICAL) 
    230230            sizer.Add(top_row_sizer) 
    231             # sizer.Add(message_label, flag=wx.ALL | wx.EXPAND, border=10) 
    232231            sizer.Add(ok_button, flag=wx.ALIGN_CENTER | wx.ALL, border=5) 
    233232            panel.SetSizer(sizer) 
Note: See TracChangeset for help on using the changeset viewer.