Mercurial > mercurial > hgweb_imcv.cgi
diff main.cpp @ 4:3fadcf124bb4
add Percent.
author | pyon@macmini |
---|---|
date | Tue, 05 Jun 2018 22:09:21 +0900 |
parents | ebc42d7a0010 |
children |
line wrap: on
line diff
--- a/main.cpp Sun Nov 27 20:15:37 2016 +0900 +++ b/main.cpp Tue Jun 05 22:09:21 2018 +0900 @@ -1,5 +1,5 @@ // Filename : main.cpp -// Last Change: 21-Jan-2014. +// Last Change: 2018-06-05 Tue 22:08:26. // #include "main.h" #include "myframe.h" @@ -29,7 +29,7 @@ long style = wxDEFAULT_FRAME_STYLE; style = style & ~( wxMAXIMIZE_BOX ); - MyFrame *mainframe = new MyFrame( NULL, wxID_ANY, wxT("IMCV - ImageConverter -"), wxDefaultPosition, wxSize( 450, 200 ), style ); + MyFrame *mainframe = new MyFrame( NULL, wxID_ANY, wxT("IMCV - ImageConverter -"), wxDefaultPosition, wxSize( 700, 200 ), style ); mainframe->Show(true); return true;