Mercurial > mercurial > hgweb_searcher2.cgi
diff src/preview.cpp @ 7:c6099901f666
fix makefile ( for MinGW ).
author | pyon@macmini |
---|---|
date | Mon, 18 Apr 2011 18:59:41 +0900 |
parents | 0f566397974e |
children | db7bd315e52c |
line wrap: on
line diff
--- a/src/preview.cpp Sat Apr 16 09:59:09 2011 +0900 +++ b/src/preview.cpp Mon Apr 18 18:59:41 2011 +0900 @@ -1,5 +1,5 @@ // Filename : preview.cpp -// Last Change: 13-Apr-2011. +// Last Change: 16-Apr-2011. // #include "preview.h" @@ -15,7 +15,7 @@ // constructor FramePreview::FramePreview( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxFrame( parent, id, title, pos, size, style ) { - this->SetSize( 1400, 1000 ); + this->SetSize( 1200, 1000 ); this->SetBackgroundColour( wxColour(wxT("WHEAT")) ); wxBoxSizer* bSizer; @@ -134,4 +134,3 @@ return; } -