fix bug, add icon

This commit is contained in:
Nicole Weber 2021-11-20 09:50:05 +00:00
parent cf4dc071e5
commit 0208f42b8d
6 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

View File

@ -24,6 +24,8 @@ class View(Tk):
zudem wird dem schliesen des Fensters sowie den anpassen der Groesse andere Funktionen hinterlegt zudem wird dem schliesen des Fensters sowie den anpassen der Groesse andere Funktionen hinterlegt
''' '''
Tk.__init__(self, *args, **kwargs) Tk.__init__(self, *args, **kwargs)
img = PhotoImage(file='icon.png')
self.tk.call('wm', 'iconphoto', self._w, img)
self.controller = c self.controller = c
self.PATH_DEFAULT = path_default self.PATH_DEFAULT = path_default
self.title("Visuelles Buchstabieren") self.title("Visuelles Buchstabieren")

Binary file not shown.

BIN
gui

Binary file not shown.

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB