Changeset 2add354 in sasview for src/sas/qtgui/Utilities


Ignore:
Timestamp:
May 9, 2017 3:38:40 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
f7f5796
Parents:
31e4bb8
Message:

Code review fixes for SASVIEW-273

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r56b22f9 r2add354  
    265265                plot_item.child(0).setData(update_data) 
    266266                plot_item.setText(name) 
     267                # Plot title 
     268                plot_item.child(1).child(0).setText("Title: %s"%name) 
    267269                # Force redisplay 
    268270                return 
Note: See TracChangeset for help on using the changeset viewer.