Make sure all code lines are within a 100 characters
This commit is contained in:
+3
-1
@@ -353,7 +353,9 @@ class GuiMainMenu(QMenuBar):
|
||||
|
||||
# Document > Show File Details
|
||||
menuItem = QAction("Show File Details", self)
|
||||
menuItem.setStatusTip("Shows a message box with the document location in the project folder")
|
||||
menuItem.setStatusTip(
|
||||
"Shows a message box with the document location in the project folder"
|
||||
)
|
||||
menuItem.triggered.connect(self._showDocumentLocation)
|
||||
self.docuMenu.addAction(menuItem)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user