From 67d91e0a16f95b566fd2c2ca33e7828bcd25bcf6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Aug 2015 20:56:32 +0100 Subject: [PATCH] Cut down certificate list height a bit. --- src/wx/config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2