Changeset 38226d26 in sasview for sansguiframe/src/sans/guiframe


Ignore:
Timestamp:
May 29, 2012 5:03:27 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
8182fbb
Parents:
a1fa589
Message:

reducing pylint warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/src/sans/guiframe/data_panel.py

    r7fb69f26 r38226d26  
    12131213        self._sizer_txt.Add(self._panel, 1, wx.EXPAND|wx.LEFT|wx.RIGHT, 5) 
    12141214        self._sizer_main.Add(self._sizer_txt, 1, wx.EXPAND|wx.ALL, 10) 
    1215         self._sizer_main.Add(self._data_text_ctrl, 0,  
    1216                              wx.EXPAND|wx.LEFT|wx.RIGHT, 10) 
     1215        #self._sizer_main.Add(self._data_text_ctrl, 0,  
     1216        #                     wx.EXPAND|wx.LEFT|wx.RIGHT, 10) 
    12171217        self._sizer_main.Add(static_line, 0, wx.EXPAND, 0) 
    12181218        self._sizer_main.Add(self._sizer_button, 0, wx.EXPAND|wx.ALL, 10) 
Note: See TracChangeset for help on using the changeset viewer.