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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user