Program: bbtk
Module: $RCSfile: bbtkWxGUIPackageBrowser2.cxx,v $
Language: C++
- Date: $Date: 2012/05/23 13:59:56 $
- Version: $Revision: 1.25 $
+ Date: $Date: 2012/05/24 18:01:51 $
+ Version: $Revision: 1.26 $
=========================================================================*/
/* ---------------------------------------------------------------------
if (GetColumnCount()!=3)
{
InsertColumn( 0, _("Package"),
- wxLIST_FORMAT_LEFT, 60 );
+ wxLIST_FORMAT_LEFT, 90 );
InsertColumn( 1, _("Box"),
- wxLIST_FORMAT_LEFT, 200 );
+ wxLIST_FORMAT_LEFT, 150 );
InsertColumn( 2, _("Description"),
wxLIST_FORMAT_LEFT, 500 );
}
.MinimizeButton(true)
.MaximizeButton(true)
.Bottom()
- .MinSize(wxSize(100,300))
+ .MinSize(wxSize(100,200))
.CloseButton(false)
);
.Caption(wxT("Filter"))
.MinimizeButton(true)
.MaximizeButton(true)
- .Right()
+ .Left()
.MinSize(wxSize(100,100))
.CloseButton(false)
);