Commit 7333dd68 by BellCodeEditor

save project

parent a3762ae7
Showing with 1 additions and 1 deletions
......@@ -34,7 +34,7 @@ class Note(): # 便签、笔记
for info in alist:
self.canvas.create_text(40, self.y, text=info,
font=("宋体", 11), anchor=W, fill='#FF9900')
self.dx = tkinter.Radiobutton(self.canvas,image=self.im,value=self.v2,variable=self.v,,command=self.remove)
self.dx = tkinter.Radiobutton(self.canvas,image=self.im,value=self.v2,variable=self.v,command=self.remove)
self.dx.place(x=-26,y=self.y-15)
self.v2+=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment