]> Creatis software - bbtkGEditor.git/commitdiff
Changes in bbtkWxGUIPackageBrowser2 of bbtk project and bbtkwxGUIEditorGraphicBBS...
authorcorredor <>
Thu, 24 May 2012 18:02:52 +0000 (18:02 +0000)
committercorredor <>
Thu, 24 May 2012 18:02:52 +0000 (18:02 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index d3a0cd37e4ccc2833d33c4f930fcd0c83de47079..a21ee894291bd5b478bbd08c7ecb55de81f76ded 100644 (file)
@@ -304,7 +304,7 @@ void wxGUIEditorGraphicBBS::initPackageBrowser() {
        _pkgBrowser = new WxGUIPackageBrowser2(this);
        _pkgBrowser->IncludeAll();
        _frameAUIMgr->AddPane(_pkgBrowser,
-                       wxAuiPaneInfo().Left().MinSize(200, 200).CloseButton(false));
+                       wxAuiPaneInfo().Left().MinSize(480, 400).CloseButton(false));
 }
 
 //================================================================