diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-06 20:56:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-06 20:56:32 +0100 |
| commit | 67d91e0a16f95b566fd2c2ca33e7828bcd25bcf6 (patch) | |
| tree | 35335219896ca5e18ffcb6a126ba826d67aee797 /src | |
| parent | 4fcb1befb624104bfea16aaff0963e3b60b776e4 (diff) | |
Cut down certificate list height a bit.
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; |
