mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-13 16:45:52 -04:00
remaking the GUI
This commit is contained in:
parent
5475038d79
commit
6603f3be39
5 changed files with 63 additions and 57 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue