summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-31 15:13:25 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-31 15:13:25 -0700
commit334104ffa91d60d855408eca427da81a0d65908a (patch)
tree757638a1b1aea3315d9bd08cb3e37f6347d45a6d /indra/llwindow/llwindowmacosx.cpp
parentf01aa16298bf22d9882e8b690f672e20098547a6 (diff)
parent727199e22362408f95651f495d6f29ac632e1f02 (diff)
Merge from viewer-experience
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r--indra/llwindow/llwindowmacosx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp
index 4dd11541b9..8057506736 100644
--- a/indra/llwindow/llwindowmacosx.cpp
+++ b/indra/llwindow/llwindowmacosx.cpp
@@ -2545,8 +2545,8 @@ OSStatus LLWindowMacOSX::eventHandler (EventHandlerCallRef myHandler, EventRef e
{
// This is where we would constrain move/resize to a particular screen
- const S32 MIN_WIDTH = 320;
- const S32 MIN_HEIGHT = 240;
+ const S32 MIN_WIDTH = 1024;
+ const S32 MIN_HEIGHT = 768;
Rect currentBounds;
Rect previousBounds;