Fixed issues in theide HelpWindow - problems displaying plugin/bz2 content and view margins

git-svn-id: svn://ultimatepp.org/upp/trunk@441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-13 15:43:50 +00:00
parent 305dff7459
commit df9c8ce618
4 changed files with 76 additions and 58 deletions

View file

@ -192,7 +192,7 @@ HelpWindow::HelpWindow()
view.SetZoom(Zoom(1, 1));
zoom.m = 160;
SetZoom();
view.Margins(2);
view.Margins(Rect(12, 12, 2, 2));
SetRect(Ctrl::GetWorkArea().Deflated(80));
tree <<= THISBACK(TreeCursor);
tree.NoRoot();