From: corredor <> Date: Thu, 24 May 2012 18:02:52 +0000 (+0000) Subject: Changes in bbtkWxGUIPackageBrowser2 of bbtk project and bbtkwxGUIEditorGraphicBBS... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=125f5862bb889479d99047fe1c2ebdec9013a3b8 Changes in bbtkWxGUIPackageBrowser2 of bbtk project and bbtkwxGUIEditorGraphicBBS to define a new useful layout for bbEditor --- 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)); } //================================================================