Minor cleanup.
Since we will (almost) definitely forget some names, shouldn't we say sorry to be on the safe side? :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d830c752cc
commit
8ba7bedb43
@ -100,9 +100,9 @@ AboutWindow::QuitRequested()
|
|||||||
|
|
||||||
|
|
||||||
AboutView::AboutView(const BRect &r)
|
AboutView::AboutView(const BRect &r)
|
||||||
: BView(r, "aboutview", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
|
: BView(r, "aboutview", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
|
||||||
{
|
{
|
||||||
fLogo = BTranslationUtils::GetBitmap('PNG ',"haikulogo.png");
|
fLogo = BTranslationUtils::GetBitmap('PNG ', "haikulogo.png");
|
||||||
if (fLogo) {
|
if (fLogo) {
|
||||||
fDrawPoint.x = (225-fLogo->Bounds().Width()) / 2;
|
fDrawPoint.x = (225-fLogo->Bounds().Width()) / 2;
|
||||||
fDrawPoint.y = 0;
|
fDrawPoint.y = 0;
|
||||||
@ -125,7 +125,7 @@ AboutView::AboutView(const BRect &r)
|
|||||||
|
|
||||||
BRect r(0, 0, 225, Bounds().bottom);
|
BRect r(0, 0, 225, Bounds().bottom);
|
||||||
if (fLogo)
|
if (fLogo)
|
||||||
r.OffsetBy(0,fLogo->Bounds().Height());
|
r.OffsetBy(0, fLogo->Bounds().Height());
|
||||||
|
|
||||||
fInfoView = new BView(r, "infoview", B_FOLLOW_NONE, B_WILL_DRAW);
|
fInfoView = new BView(r, "infoview", B_FOLLOW_NONE, B_WILL_DRAW);
|
||||||
fInfoView->SetViewColor(235, 235, 235);
|
fInfoView->SetViewColor(235, 235, 235);
|
||||||
@ -333,6 +333,7 @@ AboutView::AboutView(const BRect &r)
|
|||||||
"Nathan Whitehorn\n"
|
"Nathan Whitehorn\n"
|
||||||
"Ulrich Wimboeck\n"
|
"Ulrich Wimboeck\n"
|
||||||
"Gabe Yoder\n"
|
"Gabe Yoder\n"
|
||||||
|
//"(and probably some more we forgot to mention (sorry!)...)\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
|
||||||
fCreditsView->SetFontAndColor(&font);
|
fCreditsView->SetFontAndColor(&font);
|
||||||
|
Loading…
Reference in New Issue
Block a user