remaking the GUI

This commit is contained in:
Micah Lee 2014-06-08 13:15:39 -04:00
parent 5475038d79
commit 6603f3be39
5 changed files with 63 additions and 57 deletions

View file

@ -54,7 +54,7 @@ def launch_window(webapp_port, onionshare_port):
window = gtk.Window()
window.set_title('OnionShare')
window.resize(550, 300)
window.resize(520, 400)
window.set_resizable(False)
window.connect('destroy', on_destroy)