|  | @@ -276,7 +276,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
 | 
	
		
			
				|  |  |  	context.m_pCurrentDoc = m_pDoc;
 | 
	
		
			
				|  |  |  	context.m_pNewViewClass = RUNTIME_CLASS(CSATHelperView);
 | 
	
		
			
				|  |  |  	context.m_pNewDocTemplate = m_pDoc->GetDocTemplate();
 | 
	
		
			
				|  |  | -	if (pChildFrame->LoadFrame(100, WS_MAXIMIZE | WS_OVERLAPPEDWINDOW /*WS_CHILDWINDOW*/, this, &context))
 | 
	
		
			
				|  |  | +	if (pChildFrame->LoadFrame(1100, WS_MAXIMIZE | WS_OVERLAPPEDWINDOW /*WS_CHILDWINDOW*/, this, &context))
 | 
	
		
			
				|  |  |  	{
 | 
	
		
			
				|  |  |  		pChildFrame->ShowWindow(SW_SHOWMAXIMIZED);
 | 
	
		
			
				|  |  |  		pChildFrame->InitialUpdateFrame(context.m_pCurrentDoc, TRUE);
 |