mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 22:03:07 -06:00
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:
parent
305dff7459
commit
df9c8ce618
4 changed files with 76 additions and 58 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue