From 9479cd3995502d346862b3acf2138bd6a5e02692 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 24 Jun 2023 12:18:20 +0800 Subject: [PATCH] save project --- my_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_window.py b/my_window.py index 8454d18..dbc46f8 100644 --- a/my_window.py +++ b/my_window.py @@ -30,6 +30,6 @@ lab3.place(x=40,y=200) -buttonl = tkinter.Button(root,text='提交',fg="lightgreen",width=15) +buttonl = tkinter.Button(root,text='提交',bg="lightgreen",width=15) buttonl.place(x=150,y=250) root.mainloop() \ No newline at end of file -- libgit2 0.25.0