Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEricRao committed Apr 19, 2024
1 parent cee6c0e commit 6e044b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/lazr
/lazr
/build
/dist
*.spec
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def run(self):
btn.grid(row=0, column=2)
text.grid(row=1,column=1)
stat.grid(row=2,column=2,sticky=E)
self.root.wm_attributes('-toolwindow', 'True')
self.root.resizable(False,False)
self.root.mainloop()

gui = GUI()
Expand Down

0 comments on commit 6e044b5

Please sign in to comment.