diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index aabaa0fba..eac6d476f 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -585,7 +585,7 @@ public: wxBoxSizer* certificates_sizer = new wxBoxSizer (wxHORIZONTAL); sizer->Add (certificates_sizer, 0, wxLEFT | wxRIGHT, border); - _certificates = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxSize (400, 200), wxLC_REPORT | wxLC_SINGLE_SEL); + _certificates = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxSize (400, 150), wxLC_REPORT | wxLC_SINGLE_SEL); { wxListItem ip; |
