Skip to content

Commit

Permalink
monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed May 21, 2024
1 parent 7f67135 commit 253bae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/pymol/Qt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
QtWidgets.QAction = QtGui.QAction
QtWidgets.QShortcut = QtGui.QShortcut
QtCore.QSortFilterProxyModel.setFilterRegExp = QtCore.QSortFilterProxyModel.setFilterRegularExpression
QtGui.QFont.Monospace = QtGui.QFont.StyleHint.Monospace

if PYQT_NAME == 'PySide6':
QtCore.Qt.MidButton = QtCore.Qt.MiddleButton
Expand Down

0 comments on commit 253bae4

Please sign in to comment.