diff src/index.cpp @ 12:52958cd4a073

Implement Force Mask button in Batch Print Mode.
author pyon@macmini
date Sun, 18 May 2014 19:49:15 +0900
parents 29021e6e1ebe
children
line wrap: on
line diff
--- a/src/index.cpp	Wed May 07 20:38:57 2014 +0900
+++ b/src/index.cpp	Sun May 18 19:49:15 2014 +0900
@@ -1,5 +1,5 @@
 // Filename   : index.cpp
-// Last Change: 28-Apr-2014.
+// Last Change: 12-May-2014.
 //
 
 #include "index.h"
@@ -44,7 +44,7 @@
 	
 	bSizerR->Add( 0, 300, 1, wxEXPAND, 5 );
 
-	m_richText = new wxRichTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize( -1, 100 ), wxVSCROLL|wxBORDER_NONE|wxWANTS_CHARS );
+	m_richText = new wxRichTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize( -1, 160 ), wxVSCROLL|wxBORDER_NONE|wxWANTS_CHARS );
 	bSizerR->Add( m_richText, 0, wxEXPAND|wxALL, 5 );
 
 	m_buttonClose = new wxButton( this, wxID_CANCEL, wxT("閉じる"), wxDefaultPosition, wxDefaultSize, 0 );