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:
Philippe Houdoin
2005-07-18 21:45:12 +00:00
parent d1c86c04c1
commit 781edd8d55
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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();
+3 -1
View File
@@ -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
+1 -1
View File
@@ -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();
}
//******************************************************************************