]> git.saurik.com Git - wxWidgets.git/commitdiff
font size fix for <PRE>
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 25 Dec 1999 18:11:06 +0000 (18:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 25 Dec 1999 18:11:06 +0000 (18:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/m_pre.cpp

index 78e139755897a1e6fac065a93f5fd8c8ea51d842..5e3a4ae9da9152523131f176c784186b1a7b0656 100644 (file)
@@ -133,7 +133,7 @@ TAG_HANDLER_BEGIN(PRE, "PRE")
         m_WParser -> SetFontBold(FALSE);
         m_WParser -> SetFontItalic(FALSE);
         m_WParser -> SetFontFixed(TRUE);
-        m_WParser -> SetFontSize(0);
+        m_WParser -> SetFontSize(3);
         c -> InsertCell(new wxHtmlFontCell(m_WParser -> CreateCurrentFont()));
 
         {