DebugNow: Shrink the text a bit, fixes #8170
This commit is contained in:
parent
782f6a4fae
commit
75d4568c15
@ -64,7 +64,7 @@ DebugNow::StartSaver(BView* view, bool preview)
|
|||||||
|
|
||||||
BFont font;
|
BFont font;
|
||||||
view->GetFont(&font);
|
view->GetFont(&font);
|
||||||
font.SetSize(viewHeight / 2.5);
|
font.SetSize(viewHeight / 3);
|
||||||
view->SetFont(&font);
|
view->SetFont(&font);
|
||||||
|
|
||||||
fDelta.nonspace = 0;
|
fDelta.nonspace = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user