Skip to content

Commit

Permalink
Set defaultSize to 14.
Browse files Browse the repository at this point in the history
This was done to better match the editor and preview base font sizes.
  • Loading branch information
Jan Weiß committed Mar 23, 2015
1 parent 2fa8fc7 commit 757581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacDown/Code/Document/MPDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 757581a

Please sign in to comment.