]> git.saurik.com Git - wxWidgets.git/commitdiff
put vertical space before <pre> section
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 23:42:01 +0000 (23:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jan 2002 23:42:01 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/m_pre.cpp

index 43b3b597b5fec0da2905d2719cb27deea1855cde..f1c064e7554d424bb813100cb43a0d69f4441223 100644 (file)
@@ -91,6 +91,7 @@ TAG_HANDLER_BEGIN(PRE, "PRE")
         m_WParser->CloseContainer();
         c = m_WParser->OpenContainer();
         c->SetAlignHor(wxHTML_ALIGN_LEFT);
+        c->SetIndent(m_WParser->GetCharHeight(), wxHTML_INDENT_TOP);
 
         wxString srcMid =
             m_WParser->GetSource()->Mid(tag.GetBeginPos(),