Browse Source

fix bug, add icon

master
Nicole Weber 2 years ago
parent
commit
0208f42b8d
6 changed files with 2 additions and 0 deletions
  1. BIN
      IMG_20211103_104346_619.jpg
  2. BIN
      UIController.pyc
  3. 2
    0
      UIViewTKinter.py
  4. BIN
      UIViewTKinter.pyc
  5. BIN
      gui
  6. BIN
      icon.png

BIN
IMG_20211103_104346_619.jpg View File


BIN
UIController.pyc View File


+ 2
- 0
UIViewTKinter.py View File

@@ -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")

BIN
UIViewTKinter.pyc View File


BIN
gui View File


BIN
icon.png View File


Loading…
Cancel
Save