1.7.0的初步功能实现

This commit is contained in:
2022-07-15 23:33:24 +08:00
parent 66784bae62
commit 5bd64c9e64
5 changed files with 36 additions and 7 deletions

View File

@@ -3,10 +3,9 @@ from tkinter import ttk
root = tk.Tk()
root.title("wine运行器1.6.0")
#root.geometry("1275x900")
root.geometry("1275x900")
frame_up = tk.Frame(root)
frame_left = tk.Frame(frame_up)#快速启动区
frame_left.config(bd=30)
#