From ab7368174d8999f5339af2a8c28fe43bc85ba898 Mon Sep 17 00:00:00 2001 From: cow-bot Date: Fri, 30 Jun 2023 12:47:19 +0000 Subject: [PATCH] GO FORMAT YOURSELF (black) --- nexus-constructor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nexus-constructor.py b/nexus-constructor.py index 166735819..cf25b6758 100644 --- a/nexus-constructor.py +++ b/nexus-constructor.py @@ -76,7 +76,9 @@ def closeEvent(self, event: QCloseEvent) -> None: exit(0) logging.basicConfig(level=logging.INFO) if sys.platform == "darwin": - QApplication.setStyle("Fusion") # this helps macOS but causes Linux GUI to be unusable + QApplication.setStyle( + "Fusion" + ) # this helps macOS but causes Linux GUI to be unusable QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True) surfaceFormat = QSurfaceFormat() surfaceFormat.setSwapInterval(1)