Skip to content

Commit

Permalink
make main_window maximized
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelHub committed May 4, 2021
1 parent 7068f1c commit 16cbfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, parent=None):
self.setWindowIcon(QtGui.QIcon('icons/logo2.png'))
self.setWindowTitle('BackTesting Application')
self.data_path.setReadOnly(True)
# self.showMaximized()
self.showMaximized()
# self.setWindowFlag(QtCore.Qt.WindowMinMaxButtonsHint, False)

self.settings_button.setIcon(QtGui.QIcon('icons/settings_icon.png'))
Expand Down

0 comments on commit 16cbfc9

Please sign in to comment.