Commit 88be9755 by BellCodeEditor

save project

parent 2c6f9616
Showing with 2 additions and 2 deletions
......@@ -36,7 +36,7 @@ class Note(): # 便签、笔记
self.select = tkinter.Radiobutton(self.canvas,image=self.box,
value=self.val,variable=slef.v,widht=25,height=15,
borderwidht=0)
self.select.place(x=-20,y=slef.y,y-10)
self.select.place(x=-20,y=slef.y-10)
slef.val += 1
self.y += 30
self.y += 30
......@@ -51,7 +51,7 @@ class Note(): # 便签、笔记
self.select = tkinter.Radiobutton(self.canvas,image=self.box,
value=self.val,variable=slef.v,widht=25,height=15,
borderwidht=0)
self.select.place(x=-20,y=slef.y,y-10)
self.select.place(x=-20,y=slef.y-10)
slef.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