Skip to content
Snippets Groups Projects
Commit 0fbbaf77 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

GroupchatCreation: Make it a dialog and raise size

parent 8055d2fa
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ def __init__(self, account):
self.set_name('CreateGroupchat')
self.set_application(app.app)
self.set_position(Gtk.WindowPosition.CENTER)
self.set_type_hint(Gdk.WindowTypeHint.DIALOG)
self.set_default_size(500, -1)
self.set_show_menubar(False)
self.set_resizable(True)
self.set_title(_('Create Group Chat'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment