Changeset a80e182 in sasview
- Timestamp:
- Sep 26, 2018 5:53:53 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- aa333e3
- Parents:
- 8eea1b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r3d18691 ra80e182 6 6 from PyQt5.QtWidgets import QApplication 7 7 from PyQt5.QtGui import QPixmap 8 8 import sys 9 9 # Local UI 10 10 from sas.qtgui.UI import main_resources_rc … … 20 20 self.workspace = QMdiArea(self) 21 21 self.setCentralWidget(self.workspace) 22 23 # Temporary solution for problem with menubar on Mac 24 if sys.platform == "darwin": # Mac 25 self.menubar.setNativeMenuBar(False) 22 26 23 27 # Create the gui manager
Note: See TracChangeset
for help on using the changeset viewer.