The bold title in Installer's about window encompassed a few letters of the regular text. Fixes #5555. Thanks diver.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35811 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2010-03-11 14:20:55 +00:00
parent a28171ff53
commit 37895b5d76

View File

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