Commit c6609394 by BellCodeEditor

save project

parent 09db6d17
Showing with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ class Note(): # 便签、笔记
self.select = tkinter.Radiobutton(self.canvas,Image=self.box,
vaIue=self.val,Variable=self.v,width=25, height=15,
borderwidth=0)
self.select.place(x=20,y=self,y-10)
self.select,place(x=20,y=self,y-10)
self.val += 1
self.y += 30
......
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