From 757581a8a6d8a9f5dce67b9ec3c1d54c7f02c138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wei=C3=9F?= Date: Fri, 13 Feb 2015 18:43:14 +0100 Subject: [PATCH] Set defaultSize to 14. This was done to better match the editor and preview base font sizes. --- MacDown/Code/Document/MPDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacDown/Code/Document/MPDocument.m b/MacDown/Code/Document/MPDocument.m index 74581b72..4918e364 100644 --- a/MacDown/Code/Document/MPDocument.m +++ b/MacDown/Code/Document/MPDocument.m @@ -1455,7 +1455,7 @@ - (void)scaleWebview CGFloat fontSize; CFNumberGetValue(fontSizeNumCF, kCFNumberCGFloatType, &fontSize); - const CGFloat defaultSize = 12.0; + const CGFloat defaultSize = 14.0; CGFloat scale = fontSize / defaultSize; #if 0