X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=c94fa7ec453aac4706114fd477657cbaad93606c;hp=ae7ea2094b4189c17de31c96eca6b1ed038fb850;hb=4d5f56994972346351a48730315a7d85924103ba;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/src/views.cpp b/src/views.cpp index ae7ea20..c94fa7e 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.119 2001/02/25 15:27:28 kevin Exp $ +** $Id: views.cpp,v 1.120 2001/02/25 16:21:36 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 @@ -1802,7 +1802,7 @@ PhantomCanvas::GetBestSize() const int xSize, ySize; theApp->getMainFrame()->GetClientSize (&xSize, &ySize); xSize = maxValue (xSize, ySize); - ySize = xSize = (xSize / 3); + ySize = xSize = (xSize / 4); return wxSize (xSize, ySize); }