Fix Issue 448: Minimum window size too large

This commit is contained in:
Inusaito Sayori
2013-05-20 10:09:27 -04:00
parent 5c9286f460
commit 370b41e7b0

View File

@@ -41,8 +41,8 @@ class LLPreeditor;
class LLWindowCallbacks;
static const S32 MIN_WINDOW_WIDTH = 864;
static const S32 MIN_WINDOW_HEIGHT = 472;
const S32 MIN_WINDOW_WIDTH = 256;
const S32 MIN_WINDOW_HEIGHT = 256;
// Refer to llwindow_test in test/common/llwindow for usage example