diff --git a/src/apps/powerstatus/PowerStatusView.cpp b/src/apps/powerstatus/PowerStatusView.cpp index f092227fac..cb2302f97a 100644 --- a/src/apps/powerstatus/PowerStatusView.cpp +++ b/src/apps/powerstatus/PowerStatusView.cpp @@ -547,10 +547,9 @@ PowerStatusReplicant::MouseDown(BPoint point) void PowerStatusReplicant::_AboutRequested() { - BAlert *alert = new BAlert("about", "PowerStatus\n" - "written by Axel Dörfler,\n" - "\tClemens Zeidler\n" - "\tCopyright 2006, Haiku, Inc.\n", "Ok"); + BAlert* alert = new BAlert("about", "PowerStatus\n" + "written by Axel Dörfler, Clemens Zeidler\n" + "Copyright 2006, Haiku, Inc.\n", "Ok"); BTextView *view = alert->TextView(); BFont font; diff --git a/src/apps/powerstatus/PowerStatusWindow.cpp b/src/apps/powerstatus/PowerStatusWindow.cpp index 7463fbb9e2..6978f4cac2 100644 --- a/src/apps/powerstatus/PowerStatusWindow.cpp +++ b/src/apps/powerstatus/PowerStatusWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006, Haiku, Inc. All Rights Reserved. + * Copyright 2006-2009, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -14,7 +14,7 @@ PowerStatusWindow::PowerStatusWindow() - : BWindow(BRect(100, 150, 147, 197), "PowerStatus", B_TITLED_WINDOW, + : BWindow(BRect(100, 150, 281, 299), "PowerStatus", B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_ASYNCHRONOUS_CONTROLS) { BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);