From 1f31a70c45a850f68bce676acfca0131e917f736 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 16 Nov 2013 10:50:52 +0000 Subject: [PATCH] .cosmetics #570 git-svn-id: svn://ultimatepp.org/upp/trunk@6560 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Qtf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/ide/Qtf.cpp b/uppsrc/ide/Qtf.cpp index 75ea1e231..30812ea47 100644 --- a/uppsrc/ide/Qtf.cpp +++ b/uppsrc/ide/Qtf.cpp @@ -90,6 +90,7 @@ QtfDlg::QtfDlg() SetRect(0, 0, r.GetWidth() - 100, r.GetHeight() - 200); SetMinSize(Size(min(640, r.GetWidth() - 100), min(480, r.GetHeight() - 200))); + help.Margins(Rect(12, 0, 12, 0)); String path = AppendFileName(AppendFileName(PackageDirectory("RichText"), "srcdoc.tpp"), "QTF$en-us.tpp"); if(FileExists(path)) help.SetQTF(ReadTopic(LoadFile(path)).text);