Skip to content

Commit

Permalink
Merge pull request #10 from ashlcx/ashlcx/issue9
Browse files Browse the repository at this point in the history
Add Interpeter and test modifactions
  • Loading branch information
ashlcx authored May 2, 2021
2 parents deaf20d + a49dd2a commit f3ad93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self):
## Creates the main window and call the layout initalisers
self.mainWindow = tk.Tk()
self.mainWindow.title("Pay Calculator")
self.mainWindow.config(bg="#FFFFFF") # Set background as white to match Mac
self.__createMenuBar()
self.__initLayout()

Expand Down
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3.9
# Tests pass on Mac OS 11.3 Running Python 3.9.4
"""
Copyright 2021 Ashley Hines
Expand Down

0 comments on commit f3ad93c

Please sign in to comment.