We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547f3c3 commit cb4a850Copy full SHA for cb4a850
struct_text_editor.py
@@ -39,7 +39,6 @@
39
# color icons
40
light_default_icon=tk.PhotoImage(file= 'icons/light_default.png')
41
light_plus_icon=tk.PhotoImage(file= 'icons/light_plus.png')
42
-# light_default_icon=tk.PhotoImage(file= 'icons/light_default.png')
43
dark_icon=tk.PhotoImage(file= 'icons/dark.png')
44
night_blue_icon=tk.PhotoImage(file= 'icons/night_blue.png')
45
red_icon=tk.PhotoImage(file= 'icons/red.png')
@@ -450,4 +449,4 @@ def change_theme():
450
449
main_appliction.bind("<Control-f>", find_func)
451
452
main_appliction.mainloop()
453
-# ending code................///..
+# ending code................///..
0 commit comments