Changeset cdf8f00 in sasview


Ignore:
Timestamp:
Dec 3, 2018 8:41:13 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI_ordering
Parents:
8aa3c4d
Message:

Reword the ordering label

Location:
src/sas/qtgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    re5ae812 rcdf8f00  
    120120        """ 
    121121        Populate the main window with widgets 
    122  
    123         TODO: overwrite close() on Log and DR widgets so they can be hidden/shown 
    124         on request 
    125122        """ 
    126123        # Add FileDialog widget as docked 
  • src/sas/qtgui/Perspectives/Fitting/UI/OrderWidgetUI.ui

    r8aa3c4d rcdf8f00  
    2424       <widget class="QLabel" name="label"> 
    2525        <property name="text"> 
    26          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Drag and drop items to define the order of fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     26         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Drag and move items to define the order of fitting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
    2727        </property> 
    2828       </widget> 
Note: See TracChangeset for help on using the changeset viewer.