Refactoring

This commit is contained in:
Lucas Mathews
2024-06-08 10:36:27 +02:00
parent 4f5f54d8fa
commit a65142c7b0
11 changed files with 39 additions and 116 deletions

View File

@@ -44,7 +44,7 @@ def display_transaction_info(transaction_id):
# Initialise the main window
root = customtkinter.CTk()
root.title("Banking System Transaction Page")
root.iconbitmap("application/luxbank.ico")
root.iconbitmap("luxbank.ico")
root.geometry("370x300")
# Create a close button at the top of the window