Mercurial > mercurial > hgweb_qlipbrd.cgi
diff src/main.cpp @ 1:e4aa0e7a07ad
Second release.
author | pyon@macmini |
---|---|
date | Sun, 13 Sep 2015 14:56:42 +0900 |
parents | cb3403ca39b1 |
children |
line wrap: on
line diff
--- a/src/main.cpp Sun Aug 30 21:53:19 2015 +0900 +++ b/src/main.cpp Sun Sep 13 14:56:42 2015 +0900 @@ -1,5 +1,5 @@ // Filename : main.cpp -// Last Change: 2015-08-26 Wed 19:51:32. +// Last Change: 2015-09-02 Wed 21:31:52. // #include "main.h" #include "mainframe.h" @@ -20,7 +20,7 @@ { if ( !wxApp::OnInit() ) return false; - MainFrame *mainframe = new MainFrame( NULL, wxID_ANY, wxT("QlipBoard"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE ); + MainFrame *mainframe = new MainFrame( NULL, wxID_ANY, wxT("QlipBoard"), wxDefaultPosition, wxSize( 400, 450 ), wxDEFAULT_FRAME_STYLE ); mainframe->Show( true ); return true;