]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
#3216 creaContours Feature New Normal - vtk8itk4wx3-mingw64
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index b9123cb266b4ed54ae2d6af1d12faeb5c7a7b91b..293100824fc8faa5a3d5b56397aa861c7e27a4fe 100644 (file)
@@ -669,7 +669,6 @@ void interfMainPanel::setStringSpread(std::string stringtemp)
 
 void interfMainPanel::onInformationPressed()
 {
-printf("EED interfMainPanel::onInformationPressed Start\n");
        // Statistics frame
        if(infoWin ==NULL)
        {
@@ -683,14 +682,14 @@ printf("EED interfMainPanel::onInformationPressed 0.3\n");
                informationPanel        = new interfInformationPanel(infoWin);//contourevent->getInformationPanel(infoWin);
 printf("EED interfMainPanel::onInformationPressed 0.3a\n");
 
-               wxBoxSizer * sizerPanel = new wxBoxSizer(wxHORIZONTAL);
+// Borrame             wxBoxSizer * sizerPanel = new wxBoxSizer(wxHORIZONTAL);
+               wxFlexGridSizer * sizerPanel            = new wxFlexGridSizer(1);
+
                sizerPanel -> Add( informationPanel, 1, wxEXPAND ,0);
 printf("EED interfMainPanel::onInformationPressed 0.4\n");
 
                infoWin->SetSizer( sizerPanel );
-printf("EED interfMainPanel::onInformationPressed 0.41\n");
                infoWin->SetAutoLayout( true );
-printf("EED interfMainPanel::onInformationPressed 0.42\n");
                infoWin->Layout();
 printf("EED interfMainPanel::onInformationPressed 0.43\n");
                infoWin->Show();