Fix the editing of the window title
This commit is contained in:
parent
5fc34fe3c0
commit
74ca52582d
|
@ -1848,7 +1848,6 @@ class Terminal(Gtk.VBox):
|
|||
( Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,
|
||||
Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT ))
|
||||
dialog.set_default_response(Gtk.ResponseType.ACCEPT)
|
||||
dialog.set_has_separator(False)
|
||||
dialog.set_resizable(False)
|
||||
dialog.set_border_width(8)
|
||||
|
||||
|
|
Loading…
Reference in New Issue