一点点东西

This commit is contained in:
2021-10-26 20:19:42 +08:00
parent ad5f08ca38
commit 4f0fafbf17
15 changed files with 762 additions and 58 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))