From 3c9f846cc12b757c2070f1c73403947075582063 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 24 Jun 2023 11:28:24 +0800 Subject: [PATCH] save project --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 9b5becb..70df3f5 100644 --- a/client.py +++ b/client.py @@ -16,7 +16,7 @@ class Note(): # 便签、笔记 self.canvas.create_image(0,0,image=self.bg,anchor=NW) self.canvas.place(x=0,y=0) self.ent = tkinter.Entry(self.root, show=None, - font=('宋体', 13), bg="snow", width=25) + font=('繁体', 13), bg="snow", width=25) self.ent.place(x=10, y=310) # 按钮 self.but = tkinter.Button(self.root,text='添加',font=('宋体',12), -- libgit2 0.25.0