DebugNow: Shrink the text a bit, fixes #8170

This commit is contained in:
John Scipione 2014-03-04 18:11:27 -05:00
parent 782f6a4fae
commit 75d4568c15

View File

@ -64,7 +64,7 @@ DebugNow::StartSaver(BView* view, bool preview)
BFont font;
view->GetFont(&font);
font.SetSize(viewHeight / 2.5);
font.SetSize(viewHeight / 3);
view->SetFont(&font);
fDelta.nonspace = 0;