diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
| commit | 39e2134910fc916a45ebddf121664afcbd76cc19 (patch) | |
| tree | 104a75051fc17c3cbe2f4d53b21376b4fe2b6b80 /src/wx/content_sub_panel.cc | |
| parent | b62d21ac6da0d253fc5b477b7c5d867b37360994 (diff) | |
Try a draggable splitter in the LHS.
Diffstat (limited to 'src/wx/content_sub_panel.cc')
| -rw-r--r-- | src/wx/content_sub_panel.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wx/content_sub_panel.cc b/src/wx/content_sub_panel.cc index ac3a02ce9..5cdd2e5c3 100644 --- a/src/wx/content_sub_panel.cc +++ b/src/wx/content_sub_panel.cc @@ -25,7 +25,6 @@ #include "lib/compose.hpp" #include "lib/log.h" #include <wx/notebook.h> -#include <wx/display.h> #include <boost/foreach.hpp> using std::list; @@ -41,13 +40,6 @@ ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name) SetScrollRate (8, 8); SetSizer (_sizer); - /* This is a hack to try and make the content notebook a sensible size; large on big displays but small - enough on small displays to leave space for the content area. - */ - wxDisplay display (wxDisplay::GetFromWindow(p->notebook())); - wxRect screen = display.GetClientArea(); - SetMinSize (wxSize(-1, screen.height > 800 ? 600 : 320)); - _grid = new wxGridBagSizer (DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP); _sizer->Add (_grid, 0, wxALL, 8); |
