Added GIF versions, adjusted gui.py.

This commit is contained in:
Paul Henry 2018-11-18 12:30:42 -05:00
parent bfeaf2c992
commit 993031b17a
No known key found for this signature in database
GPG Key ID: B4106EC304DE6275
9 changed files with 5 additions and 5 deletions

10
gui.py
View File

@ -147,11 +147,11 @@ class GUI:
def add_assets(self):
self.img_back = tk.PhotoImage(file='./images/back.png')
self.img_forward = tk.PhotoImage(file='./images/forward.png')
self.img_favorite = tk.PhotoImage(file='./images/favorite.png')
self.img_home = tk.PhotoImage(file='./images/home.png')
self.img_menu = tk.PhotoImage(file='./images/settings.png')
self.img_back = tk.PhotoImage(file='./images/back.gif')
self.img_forward = tk.PhotoImage(file='./images/forward.gif')
self.img_favorite = tk.PhotoImage(file='./images/favorite.gif')
self.img_home = tk.PhotoImage(file='./images/home.gif')
self.img_menu = tk.PhotoImage(file='./images/settings.gif')
self.message_bar_content = tk.StringVar()
self.message_bar_content.set('Ready.')

BIN
images/back.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

BIN
images/favorite.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 B

BIN
images/favorite2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

BIN
images/forward.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

BIN
images/forward2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

BIN
images/home.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

BIN
images/home2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

BIN
images/settings.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B