aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcontroldef.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:29 -0500
committerJacek Antonelli2008-08-15 23:45:29 -0500
commit7bdb4845afdd157f95281293803567090e3f992a (patch)
treefbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/newview/llcontroldef.cpp
parentSecond Life viewer sources 1.19.0.0 (diff)
downloadmeta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz
Second Life viewer sources 1.19.0.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llcontroldef.cpp7
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
77void declare_settings() 77void 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