X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.cc;h=13ddb0539f31f86f50de4b9b67db73c04cda2c15;hb=8eda9dc238515015e4f2b31067328b97eb7de82e;hp=5497908ca69b413336412bb52530ad9fe2be7a4b;hpb=be436f229587905e89ac768b3c57b0e983cfe7fa;p=dcpomatic.git diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 5497908ca..13ddb0539 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -71,7 +71,7 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr fil _table->Add (_send_logs, 1, wxEXPAND); _table->AddSpacer (0); - add_label_to_sizer (_table, this, _("Your email address"), true); + add_label_to_sizer (_table, this, _("Your email address"), true, 0, wxALIGN_CENTRE_VERTICAL); _email = new wxTextCtrl (this, wxID_ANY, wxT ("")); _email->SetValue (std_to_wx (Config::instance()->kdm_from ())); _table->Add (_email, 1, wxEXPAND);