Skip to content

Commit

Permalink
optimize UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Apr 7, 2022
1 parent a15dc66 commit ba215be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COMTool/main2.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def initWindow(self):
elif sys.platform == 'darwin':
self.macOsAddDockMenu()

self.resize(800, 500)
self.resize(850, 500)
self.MoveToCenter()
self.show()

Expand Down

0 comments on commit ba215be

Please sign in to comment.