Minor space adjustment between CPU type and speed line.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -204,7 +204,7 @@ AboutView::AboutView(const BRect &r)
|
||||
fInfoView->AddChild(stringView);
|
||||
stringView->ResizeToPreferred();
|
||||
|
||||
r.OffsetBy(0, labelHeight);
|
||||
r.OffsetBy(0, textHeight);
|
||||
r.bottom = r.top + textHeight;
|
||||
|
||||
int32 clockSpeed = get_rounded_cpu_speed();
|
||||
|
||||
@@ -239,7 +239,9 @@ TBeMenu::AddStandardBeMenuItems()
|
||||
bool dragging=false;
|
||||
if (fBarView)
|
||||
dragging = fBarView->Dragging();
|
||||
|
||||
#ifdef __HAIKU__
|
||||
BMenuItem* item = new BMenuItem("About Haiku", new BMessage(kShowSplash));
|
||||
#else
|
||||
#ifdef __HAIKU__
|
||||
BMenuItem* item = new BMenuItem("About Haiku", new BMessage(kShowSplash));
|
||||
#else
|
||||
|
||||
@@ -173,7 +173,7 @@ TApp::ReadyToRun()
|
||||
void
|
||||
TApp::AboutRequested(void)
|
||||
{
|
||||
(new BAlert("", "Magnify!\n\n(C)2002-2005 Haiku\n(C)1999 Be Inc.\n\nNow with even more features and recompiled for OpenBeOS.", "OK"))->Go();
|
||||
(new BAlert("", "Magnify!\n\n(C)2002-2005 Haiku\n(C)1999 Be Inc.\n\nNow with even more features and recompiled for Haiku.", "OK"))->Go();
|
||||
}
|
||||
|
||||
//******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user