Added extra padding for OS X at the top of the screen when opening user prefs. The window header was still getting clipped slightly behind the menu bar.

This commit is contained in:
2009-08-22 08:06:54 +00:00
parent b20f4e46c6
commit 9e3ac3c1f2

View File

@@ -91,7 +91,7 @@ static void wm_window_check_position(rcti *rect)
wm_get_screensize(&width, &height);
#ifdef __APPLE__
height -= 42;
height -= 70;
#endif
if(rect->xmin < 0) {