diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llcontroldef.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llcontroldef.cpp b/linden/indra/newview/llcontroldef.cpp index 23a1753..c30c9a6 100644 --- a/linden/indra/newview/llcontroldef.cpp +++ b/linden/indra/newview/llcontroldef.cpp | |||
@@ -76,9 +76,10 @@ | |||
76 | 76 | ||
77 | void declare_settings() | 77 | void declare_settings() |
78 | { | 78 | { |
79 | // Somewhat under 1024 by 768 | 79 | // Somewhat under 1024 by 768, to give space for Windows task bar / Mac menu bar |
80 | const S32 WINDOW_WIDTH = 800; | 80 | // to emphasize window isn't actually maximized. |
81 | const S32 WINDOW_HEIGHT = 600; | 81 | const S32 WINDOW_WIDTH = 1000; |
82 | const S32 WINDOW_HEIGHT = 700; | ||
82 | 83 | ||
83 | //------------------------------------------------------------------------ | 84 | //------------------------------------------------------------------------ |
84 | // Color constants | 85 | // Color constants |