Changeset a0ed202 in sasview for src/sas/qtgui


Ignore:
Timestamp:
May 18, 2018 1:13:33 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, 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:
d3ee425
Parents:
b10cf92
git-author:
Piotr Rozyczko <rozyczko@…> (05/18/18 01:11:38)
git-committer:
Piotr Rozyczko <rozyczko@…> (05/18/18 01:13:33)
Message:

Updates to the spec file for reporting.
Switch toolbar icons off by default

Location:
src/sas/qtgui
Files:
2 edited

Legend:

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

    r57be490 ra0ed202  
    137137        self.welcomePanel = WelcomePanel() 
    138138        self.grid_window = None 
     139        self._workspace.toolBar.setVisible(LocalConfig.TOOLBAR_SHOW) 
     140        self._workspace.actionHide_Toolbar.setText("Show Toolbar") 
    139141 
    140142        # Add calculators - floating for usability 
  • src/sas/qtgui/Utilities/LocalConfig.py

    rd4dac80 ra0ed202  
    129129WELCOME_PANEL_SHOW = False 
    130130#Show or hide toolbar at the start up 
    131 TOOLBAR_SHOW = True 
     131TOOLBAR_SHOW = False 
    132132# set a default perspective 
    133133DEFAULT_PERSPECTIVE = 'None' 
Note: See TracChangeset for help on using the changeset viewer.