Skip to content

Commit cb4a850

Browse files
authored
version 1.1
have changed in the theme edition
1 parent 547f3c3 commit cb4a850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

struct_text_editor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
# color icons
4040
light_default_icon=tk.PhotoImage(file= 'icons/light_default.png')
4141
light_plus_icon=tk.PhotoImage(file= 'icons/light_plus.png')
42-
# light_default_icon=tk.PhotoImage(file= 'icons/light_default.png')
4342
dark_icon=tk.PhotoImage(file= 'icons/dark.png')
4443
night_blue_icon=tk.PhotoImage(file= 'icons/night_blue.png')
4544
red_icon=tk.PhotoImage(file= 'icons/red.png')
@@ -450,4 +449,4 @@ def change_theme():
450449
main_appliction.bind("<Control-f>", find_func)
451450

452451
main_appliction.mainloop()
453-
# ending code................///..
452+
# ending code................///..

0 commit comments

Comments
 (0)