Fix indentation error while merging PRs
This commit is contained in:
parent
4d137e19c4
commit
f563f01ed8
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ class Button(Element):
|
|||
self.TKCal.pack(expand=1, fill='both')
|
||||
root.update()
|
||||
|
||||
if type(Window.user_defined_icon) is bytes:
|
||||
if type(Window.user_defined_icon) is bytes:
|
||||
calendar_icon = tkinter.PhotoImage(data=Window.user_defined_icon)
|
||||
else:
|
||||
calendar_icon = DEFAULT_BASE64_ICON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue