summaryrefslogtreecommitdiff
path: root/src/wx/report_problem_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-05 15:22:40 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-05 15:22:56 +0200
commitbb5acc8b8d783a4133b0b10285937d9151dc57c9 (patch)
treec8012f32695261f64d54b8db9c3522f1c22c769c /src/wx/report_problem_dialog.cc
parentda44da6f31f97d39ca91c35955e573e76371f2c2 (diff)
Fix alignment.
Diffstat (limited to 'src/wx/report_problem_dialog.cc')
-rw-r--r--src/wx/report_problem_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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<Film> 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);