Commit d552516d by BellCodeEditor

save project

parent c6609394
Showing with 2 additions and 2 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.__new__()y-10)
self.val += 1
self.y += 30
......@@ -49,7 +49,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