r413: no message
[ctsim.git] / src / dlgprojections.cpp
index d340914efbb07424ac7bab15a599c0f02cbf6758..dfe49294280eaecdf2701fe921e74af9bc9cd857 100644 (file)
@@ -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);