From 125f5862bb889479d99047fe1c2ebdec9013a3b8 Mon Sep 17 00:00:00 2001 From: corredor <> Date: Thu, 24 May 2012 18:02:52 +0000 Subject: [PATCH] Changes in bbtkWxGUIPackageBrowser2 of bbtk project and bbtkwxGUIEditorGraphicBBS to define a new useful layout for bbEditor --- .../bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index d3a0cd3..a21ee89 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -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)); } //================================================================ -- 2.45.0