Changeset 079072e in sasview


Ignore:
Timestamp:
Sep 28, 2011 12:43:10 PM (13 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:
951a2f5
Parents:
c6cc2910
Message:

added a comment in the dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/src/sans/guiframe/local_perspectives/plotting/detector_dialog.py

    r8c347a6 r079072e  
    266266                             wx.LEFT|wx.ADJUST_MINSIZE, 5)  
    267267        sizer_selection.Add(self.cmap_selector, 0, wx.EXPAND|wx.ALL, 10) 
    268         sizer_main.Add(sizer_params, 0, wx.EXPAND|wx.ALL, 10) 
    269         sizer_main.Add(sizer_selection, 0, wx.EXPAND|wx.ALL, 10) 
    270         sizer_main.Add(sizer_colormap, 1, wx.EXPAND|wx.ALL, 10) 
     268        sizer_main.Add(sizer_params, 0, wx.EXPAND|wx.ALL, 5) 
     269        sizer_main.Add(sizer_selection, 0, wx.EXPAND|wx.ALL, 5) 
     270        note = "   Note: This is one time option. " +\ 
     271               "It will be reset on updating the image." 
     272        note_txt = wx.StaticText(self, -1, note) 
     273        sizer_main.Add(note_txt, 0, wx.EXPAND|wx.ALL, 5) 
     274        sizer_main.Add(sizer_colormap, 1, wx.EXPAND|wx.ALL, 5) 
    271275        sizer_main.Add(self.static_line_3, 0, wx.EXPAND, 0) 
    272276        sizer_button.Add(self.button_reset, 0, wx.LEFT|wx.ADJUST_MINSIZE, 100) 
Note: See TracChangeset for help on using the changeset viewer.