mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4817
This commit is contained in:
parent
2af4e5e390
commit
bdc472415c
|
@ -74,11 +74,13 @@ CBOINCBaseView::CBOINCBaseView( wxNotebook* pNotebook, wxWindowID iHtmlWindowID,
|
||||||
m_pListPane = new CBOINCListCtrl( this, iListWindowID, iListWindowFlags );
|
m_pListPane = new CBOINCListCtrl( this, iListWindowID, iListWindowFlags );
|
||||||
wxASSERT(NULL != m_pListPane);
|
wxASSERT(NULL != m_pListPane);
|
||||||
|
|
||||||
itemFlexGridSizer->Add(m_pTaskPane, 0, wxGROW|wxGROW|wxALL, 1);
|
itemFlexGridSizer->Add(m_pTaskPane, 1, wxGROW|wxALL, 1);
|
||||||
itemFlexGridSizer->Add(m_pListPane, 0, wxGROW|wxGROW|wxALL, 1);
|
itemFlexGridSizer->Add(m_pListPane, 1, wxGROW|wxALL, 1);
|
||||||
|
|
||||||
SetSizer(itemFlexGridSizer);
|
SetSizer(itemFlexGridSizer);
|
||||||
SetAutoLayout(TRUE);
|
SetAutoLayout(TRUE);
|
||||||
|
|
||||||
|
itemFlexGridSizer->Fit(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue