Forgot to re-format the About alert. Oops.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29545 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2009-03-15 17:47:59 +00:00
parent 1e251de143
commit 2bb8b19f08

View File

@ -38,7 +38,7 @@ ExpanderApp::AboutRequested()
view->GetFont(&font);
font.SetSize(18);
font.SetFace(B_BOLD_FACE);
view->SetFontAndColor(0, 14, &font);
view->SetFontAndColor(0, 8, &font);
alert->Go();
}