Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/ScaleProperties.py

    r54492dc r33c0561  
    2727        super(ScaleProperties, self).__init__(parent) 
    2828        self.setupUi(self) 
     29        # disable the context help icon 
     30        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    2931 
    3032        # Set up comboboxes 
Note: See TracChangeset for help on using the changeset viewer.