diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-21 23:58:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-21 23:58:52 +0100 |
| commit | bd2d1defaf1ad1a115bbfa255c67b7fe0b00c7de (patch) | |
| tree | bdd0ec0f8421aa5fcc372f277151ad9a18602433 /src/wx/download_certificate_panel.cc | |
| parent | af0a8c8a2d46cf0999d201cfb5be0b8c32dffc49 (diff) | |
Fix alignment of some labels.
Diffstat (limited to 'src/wx/download_certificate_panel.cc')
| -rw-r--r-- | src/wx/download_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/download_certificate_panel.cc b/src/wx/download_certificate_panel.cc index bbaddeef2..ae62f1a0a 100644 --- a/src/wx/download_certificate_panel.cc +++ b/src/wx/download_certificate_panel.cc @@ -44,7 +44,7 @@ DownloadCertificatePanel::DownloadCertificatePanel (DownloadCertificateDialog* d _overall_sizer->Add (_table, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER); - add_label_to_sizer (_table, this, _("Serial number"), true); + add_label_to_sizer (_table, this, _("Serial number"), true, 0, wxALIGN_CENTER_VERTICAL); _serial = new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxSize (300, -1)); _table->Add (_serial, 1, wxEXPAND); |
