diff --git a/ProjectLifer.py b/ProjectLifer.py index 3388a5f..e4d2181 100644 --- a/ProjectLifer.py +++ b/ProjectLifer.py @@ -18,7 +18,7 @@ class ProjectLiferFrame(Frame): self.frame_actionbuttons = Frame(self) photo_folder = PhotoImage(file="data/folder.png") - photo_gears = PhotoImage(file="data/gears.png") + photo_gears = PhotoImage(file="data/columns.png") self.button_choosedirectory = Button(self.frame_actionbuttons, compound=TOP, text='Verzeichnis wählen', image=photo_folder, command=self.askdirectory) self.button_choosedirectory.image = photo_folder diff --git a/data/columns.png b/data/columns.png new file mode 100644 index 0000000..d941295 Binary files /dev/null and b/data/columns.png differ diff --git a/data/folder.png b/data/folder.png new file mode 100644 index 0000000..2ba4d10 Binary files /dev/null and b/data/folder.png differ