X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=dfe49294280eaecdf2701fe921e74af9bc9cd857;hp=d340914efbb07424ac7bab15a599c0f02cbf6758;hb=ec73e3f9aa11aea5ba6a4255489fdca63d2b4990;hpb=c1f6b2fafa9d8a438037614ec86d4065caf980cf diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index d340914..dfe4929 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.17 2001/01/17 06:38:06 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.18 2001/01/17 11:00:18 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 (250,250); + wxSize sizeDlg (500,500); if (sizeDlg.x != sizeDlg.y) { sizeDlg.x = max(sizeDlg.x,sizeDlg.y); sizeDlg.y = max(sizeDlg.x,sizeDlg.y);