Skip to content

Commit 254f6bf

Browse files
authored
Update PhotoCopy.py
1 parent 2f8e20d commit 254f6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhotoCopy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_menu(self):
5858

5959
button_frame = tk.Frame(self.root)
6060
button_frame.pack(pady=(0, 10))
61-
self.cancel_button = tk.Button(button_frame, text="Cancel Scan", command=self.cancel_scan_confirm)
61+
self.cancel_button = tk.Button(button_frame, text="Cancel Scan", command=self.cancel_scan_confirm, bg="red", fg="white")
6262
self.cancel_button.pack()
6363
self.cancel_button.config(state=tk.DISABLED)
6464

0 commit comments

Comments
 (0)