r1956: *** empty log message ***
[ctsim.git] / src / views.cpp
index 3f7db0b337b2fb85ed010e798ddaa26925e7191c..5c3c0d095e5ffea4249bcd9ea9b8ce06c798aa66 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.154 2002/05/05 05:31:16 kevin Exp $
+**  $Id: views.cpp,v 1.155 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
@@ -1987,8 +1987,9 @@ PhantomCanvas::GetBestSize() const
 #ifdef CTSIM_MDI
   ySize = xSize = (xSize / 4);
 #else
-  ySize = xSize;
+  xSize = ySize = ySize * .7;
 #endif
+
   return wxSize (xSize, ySize);
 }