Skip to content

Commit

Permalink
此更改与issue4有关
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZhou authored Sep 4, 2022
1 parent 25db00f commit 94c2a94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/QuickHand.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def __init__(self):
self.loadStyleSheet()
# self.status = self.statusBar() # 状态栏


# self.setWindowState(Qt.WindowMaximized)
self.setWindowState(Qt.WindowMaximized)
# sys.stdout = Stream(newText=self.onUpdateText)

def initGui(self):
Expand Down

0 comments on commit 94c2a94

Please sign in to comment.