Skip to content

Commit

Permalink
Update simple_addressed_APP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonicsOpenProjects authored Nov 13, 2023
1 parent 8fd399f commit c1862ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ONE-PIX_soft/GUI/simple_addressed_APP.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self):
y = (self.monitor_sz.height-window_height)//2-100
if is_raspberrypi(): x,y=x+100,y+100
self.geometry('%dx%d+%d+%d' % (window_width, window_height, x,y))
icon_path='./logo_ONE-PIX.png' if is_raspberrypi() else './logo_ONE-PIX.ico'
icon_path='../imgs/logo_ONE-PIX.png' if is_raspberrypi() else '../imgs/logo_ONE-PIX.ico'
icon_path=PIL.ImageTk.PhotoImage(master=self,file=icon_path)
self.wm_iconbitmap()
self.iconphoto(False,icon_path)
Expand Down

0 comments on commit c1862ad

Please sign in to comment.