X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=cf6b738a18f5cf72ca1cbbeed3a0e810b8f56647;hp=08dc513b7661690632407920f87e895040b7a176;hb=6562049dd76f2b8d6ded69dc75b4649e1b203743;hpb=1ca89a108795bbb8c787fff1eb0020d642469d43 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 08dc513..cf6b738 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.109 2002/05/05 09:51:23 kevin Exp $ +** $Id: ctsim.cpp,v 1.110 2002/05/05 14:22:44 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.109 2002/05/05 09:51:23 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.110 2002/05/05 14:22:44 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -164,7 +164,7 @@ CTSimApp::OnInit() #ifdef CTSIM_MDI wxSize(nearest(xDisplay * .75), nearest(yDisplay * .75)), #else - wxSize(nearest(xDisplay * .25), nearest(yDisplay * .25)), + wxSize(nearest(xDisplay * .6), nearest(yDisplay * .4)), #endif wxDEFAULT_FRAME_STYLE);