質問編集履歴
1
ローカルに素材のある部分を変更しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -93,9 +93,7 @@
|
|
93
93
|
tagBtn.pack(side="right", padx=5)
|
94
94
|
|
95
95
|
|
96
|
-
|
96
|
+
|
97
|
-
icon_photo = tk.PhotoImage(file = '/Volumes/UnsungHero/Python/IVTC_tool/film.png') # icon file | アイコンファイル
|
98
|
-
win.iconphoto(False, icon_photo) # Sets the icon | アイコン
|
99
97
|
# 描画
|
100
98
|
win.mainloop()
|
101
99
|
```
|