From 6fb0a92e2c3ec26a1c94083d793b44b2a906daa1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 25 Dec 1999 18:11:06 +0000 Subject: [PATCH] font size fix for

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/html/m_pre.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/html/m_pre.cpp b/src/html/m_pre.cpp
index 78e1397558..5e3a4ae9da 100644
--- a/src/html/m_pre.cpp
+++ b/src/html/m_pre.cpp
@@ -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()));
 
         {
-- 
2.45.2