subWindow resizing, minimum, and intial sizes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1219 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-30 04:03:31 +00:00
parent b8c6d8c048
commit 8474590f94
9 changed files with 60 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ private:
} ;
// some constants...
static const int INITIAL_WIDTH = 640;
static const int INITIAL_WIDTH = 740;
static const int INITIAL_HEIGHT = 480;
static const int SCROLLBAR_SIZE = 16;