From ecfd1f2e0996704ffb257de6c613b0a149c19afa Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 20 Oct 2009 18:34:06 +0000 Subject: [PATCH] ENH: Setted window size of the ProgressDialog --- invesalius/gui/dialogs.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index 2a10986..4817f6e 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -78,6 +78,7 @@ class ProgressDialog(object): ) self.dlg.Bind(wx.EVT_BUTTON, self.Cancel) + self.dlg.SetSize(wx.Size(200,150)) def Cancel(self, evt): ps.Publisher().sendMessage("Cancel DICOM load") -- libgit2 0.21.2