removed explicit initial size for BugsGridFrame, it's not needed as its size is set to fit to the grid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1444,8 +1444,7 @@ wxString BugsGridTable::GetColLabelValue( int col )
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
BugsGridFrame::BugsGridFrame()
|
BugsGridFrame::BugsGridFrame()
|
||||||
: wxFrame(NULL, wxID_ANY, _T("Bugs table"),
|
: wxFrame(NULL, wxID_ANY, _T("Bugs table"))
|
||||||
wxDefaultPosition, wxSize(500, 300))
|
|
||||||
{
|
{
|
||||||
wxGrid *grid = new wxGrid(this, wxID_ANY, wxDefaultPosition);
|
wxGrid *grid = new wxGrid(this, wxID_ANY, wxDefaultPosition);
|
||||||
wxGridTableBase *table = new BugsGridTable();
|
wxGridTableBase *table = new BugsGridTable();
|
||||||
|
Reference in New Issue
Block a user