X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=d340914efbb07424ac7bab15a599c0f02cbf6758;hb=c8ec665dde5df59539daf63e0a6a44f27550258b;hp=1d8c5bf6d3af966e433dda9fa7b07245ae5d3320;hpb=23f5654dacb1952c15bda92c2606fae3a55e48ad;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 1d8c5bf..d340914 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.16 2001/01/04 21:28:41 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.17 2001/01/17 06:38:06 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 @@ -107,7 +107,7 @@ ProjectionsDialog::ProjectionsDialog (Scanner& rScanner, Projections& rProj, con SetAutoLayout(TRUE); Layout(); - wxSize sizeDlg (500,500); + wxSize sizeDlg (250,250); if (sizeDlg.x != sizeDlg.y) { sizeDlg.x = max(sizeDlg.x,sizeDlg.y); sizeDlg.y = max(sizeDlg.x,sizeDlg.y);