From e7376e9a595200db267cb4049a5f6042f2fda8cc Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Tue, 23 Jul 2024 18:27:32 -0400 Subject: [PATCH] hmmmmmm --- tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap.py b/tap.py index b64358b..2381cdc 100644 --- a/tap.py +++ b/tap.py @@ -45,7 +45,7 @@ root.geometry("300x200") # Create and place bpm label -bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 24)) +bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 20)) bpm_label.pack(pady=20) # Create and place start/stop button