Skip to content

Commit

Permalink
Fixed window size
Browse files Browse the repository at this point in the history
  • Loading branch information
K-DawG007 committed Dec 31, 2013
1 parent 0f4fa5d commit fe0e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courseradownloader/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def download():
def main():
root = Tk.Tk()
root.title('Coursera-dl')
root.geometry("350x290")
#root.geometry("350x290") # Need some revamping with window size
app = Interface(root)
root.grid_columnconfigure(2, weight=1)
app.mainloop()
Expand Down

0 comments on commit fe0e0e1

Please sign in to comment.