hmmmmmm
This commit is contained in:
parent
7c32293189
commit
e7376e9a59
1 changed files with 1 additions and 1 deletions
2
tap.py
2
tap.py
|
@ -45,7 +45,7 @@ root.geometry("300x200")
|
||||||
|
|
||||||
# Create and place bpm label
|
# 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)
|
bpm_label.pack(pady=20)
|
||||||
|
|
||||||
# Create and place start/stop button
|
# Create and place start/stop button
|
||||||
|
|
Loading…
Reference in a new issue