diff --git a/IMG_20211103_104346_619.jpg b/IMG_20211103_104346_619.jpg deleted file mode 100644 index db6d348..0000000 Binary files a/IMG_20211103_104346_619.jpg and /dev/null differ diff --git a/UIController.pyc b/UIController.pyc index 58c3cd6..3d11135 100644 Binary files a/UIController.pyc and b/UIController.pyc differ diff --git a/UIViewTKinter.py b/UIViewTKinter.py index 7bb4337..a49f6ca 100644 --- a/UIViewTKinter.py +++ b/UIViewTKinter.py @@ -24,6 +24,8 @@ class View(Tk): zudem wird dem schliesen des Fensters sowie den anpassen der Groesse andere Funktionen hinterlegt ''' Tk.__init__(self, *args, **kwargs) + img = PhotoImage(file='icon.png') + self.tk.call('wm', 'iconphoto', self._w, img) self.controller = c self.PATH_DEFAULT = path_default self.title("Visuelles Buchstabieren") diff --git a/UIViewTKinter.pyc b/UIViewTKinter.pyc index b633b7f..59d9d17 100644 Binary files a/UIViewTKinter.pyc and b/UIViewTKinter.pyc differ diff --git a/gui b/gui index 07b6364..ff111f4 100755 Binary files a/gui and b/gui differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..89cdd44 Binary files /dev/null and b/icon.png differ