Extend the only column in the editable email address list.
[dcpomatic.git] / src / wx / recipient_dialog.cc
index b166f265d0f5f1a5543046e1098944515fa4d8ac..802febbda1eb1092803f379e71ab8bc2a65b072e 100644 (file)
@@ -87,7 +87,7 @@ RecipientDialog::RecipientDialog (
        copy (emails.begin(), emails.end(), back_inserter (_emails));
 
        vector<EditableListColumn> columns;
-       columns.push_back (EditableListColumn(_("Address")));
+       columns.push_back(EditableListColumn(_("Address"), 400, true));
        _email_list = new EditableList<string, EmailDialog> (
                this, columns, bind(&RecipientDialog::get_emails, this), bind(&RecipientDialog::set_emails, this, _1), bind(&column, _1),
                EditableListTitle::VISIBLE,