Skip to content

Commit

Permalink
Update fhm_notenspiegel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Penaus authored Jul 31, 2020
1 parent 8d55726 commit e140baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhm_notenspiegel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

window = Tk()
window.title("FHM Notenspiegel Tool")
window.geometry('800x200')
window.geometry('500x200')

# Labels fuer alle Sachen
lbltxtURL = Label(window, text="URL: ")
Expand Down Expand Up @@ -97,7 +97,7 @@ def clicked():
clipboard.copy(notenSpiegelURL)


btn = Button(window, text="URL in Zwischenablage", command=clicked)
btn = Button(window, text=" URL in Zwischenablage ", command=clicked)
btn.grid(column=0, row=7)

window.mainloop()

0 comments on commit e140baf

Please sign in to comment.