diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 9d1f8c3620..9d6e43b682 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -88,8 +88,8 @@ static const char* kSignature = "application/x-vnd.Haiku-About"; -static const float kWindowWidth = 629.0f; -static const float kWindowHeight = 445.0f; +static const float kWindowWidth = 500.0f; +static const float kWindowHeight = 300.0f; static const float kSysInfoMinWidth = 163.0f; static const float kSysInfoMinHeight = 193.0f;