AboutSystem: restore previous size constraints

The window was changed to be larger and completely fill he screen at
640x480, this does not look right. Restore the previous 500x300 size
constraint.

Fixes #17952.

Change-Id: I7d60253b7304ede788e064adf2bad20168393a33
This commit is contained in:
PulkoMandy 2022-10-16 09:59:40 +02:00
parent 7fb52c3f30
commit 48776daf36

View File

@ -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;