GUI.pyw: removed a line that I used while developing the latest modifications
This commit is contained in:
parent
73fb7d3dcf
commit
c65c9759d6
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ It comes complete with a context menu and a directory selection screen"""
|
|||
text="Browse...",
|
||||
command=self.on_browse)
|
||||
self.dir_button.pack(side=LEFT)
|
||||
self.img=PhotoImage(file="/media/linux/USB DISK/GUI/edit-clear3.gif")
|
||||
self.clear_button=Button(self,
|
||||
image=ICONS['clear16'],
|
||||
compound=LEFT,
|
||||
|
|
Loading…
Add table
Reference in a new issue