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);