diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 6f19744f..85350869 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -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)