Commit f9859941 by BellCodeEditor

auto save

parent a9e6e35b
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ alist=["罗靖翔出生了","罗靖翔长大了","罗靖翔结婚了","罗靖翔 ...@@ -6,7 +6,7 @@ alist=["罗靖翔出生了","罗靖翔长大了","罗靖翔结婚了","罗靖翔
class Note(): # 便签、笔记 class Note(): # 便签、笔记
def __init__(self): def __init__(self):
self.root = tkinter.Tk() self.root = tkinter.Tk()
self.root.geometry('300x340+1000+200') self.root.geometry('300x340')
self.root.title("罗靖翔的档案") self.root.title("罗靖翔的档案")
self.root.resizable(width=False, height=False) self.root.resizable(width=False, height=False)
......
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