This commit is contained in:
2021-11-28 16:11:01 +08:00
parent 4f0fafbf17
commit 016c397529
35 changed files with 444 additions and 89 deletions

View File

@@ -2,8 +2,8 @@
# 使用系统默认的 python3 运行
###########################################################################################
# 作者gfdgd xi
# 版本1.4.2
# 更新时间2021年8月30
# 版本1.5.1
# 更新时间2021年10月06
# 感谢anbox、deepin 和 统信
# 基于 Python3 的 tkinter 构建
###########################################################################################
@@ -435,7 +435,7 @@ if len(sys.argv) > 1:
# 设置窗口
style = ttkthemes.ThemedStyle(win)
style.set_theme("breeze")
win.attributes('-alpha', 0.5)
#win.attributes('-alpha', 0.5)
win.title(title)
win.resizable(0, 0)
win.iconphoto(False, tk.PhotoImage(file=iconPath))