]> Creatis software - creaImageIO.git/commitdiff
#3319 creaImageIO Bug New Normal - Size dialog box (remove patient)
authorEduardo DAVILA <davila@ei-ed-606.univ-lyon1.fr>
Wed, 30 Oct 2019 15:27:28 +0000 (16:27 +0100)
committerEduardo DAVILA <davila@ei-ed-606.univ-lyon1.fr>
Wed, 30 Oct 2019 15:27:28 +0000 (16:27 +0100)
src/creaImageIOWxTreeView.cpp

index 6d43dda4a73d6f6ce6ec5abdd4dfc00b728ab54f..c324fab08cb941739990890d0ee73e22a7609bd3 100644 (file)
@@ -424,7 +424,7 @@ namespace creaImageIO
        if (erase && mLastLevel == 1 && i_save == "0")
        {
        
-               RemoveAlertDlg *dial = new RemoveAlertDlg(this,  crea::std2wx("Remove files"), wxSize(370,100));
+               RemoveAlertDlg *dial = new RemoveAlertDlg(this,  crea::std2wx("Remove files"), wxSize(450,300));
                //dial->ShowModal();
                if (dial->ShowModal() == wxID_OK)
                {