Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit f40923e

Browse files
authored
Update notepad.py
1 parent a3cc9d1 commit f40923e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Scripts/Miscellaneous/Notepad_clone/notepad.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ def __init__(self, *args, **kwargs):
3939
self.addToolBar(file_toolbar)
4040
file_menu = self.menuBar().addMenu("&File")
4141

42-
open_file_action = QAction(QIcon(os.path.join('images',
43-
'blue-folder-open-document.png')),
44-
'Open file...', self)
42+
open_file_action = QAction(QIcon(os.path.join('images','blue-folder-open-document.png')),'Open file...', self)
4543
open_file_action.setStatusTip("Open file")
4644
open_file_action.triggered.connect(self.file_open)
4745
file_menu.addAction(open_file_action)

0 commit comments

Comments
 (0)