From e6f258d8394cad4040d04d49aea99f19e96db3c0 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 21 Oct 2009 18:38:59 +0000 Subject: [PATCH] ADD: Resized progressDialog in the loading serie --- invesalius/gui/dialogs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index 6ab6215..3f85433 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -71,14 +71,14 @@ class ProgressDialog(object): maximum = self.maximum, parent = None, style = wx.PD_CAN_ABORT - | wx.PD_APP_MODAL + | wx.PD_APP_MODAL, #| wx.PD_ELAPSED_TIME #| wx.PD_ESTIMATED_TIME #| wx.PD_REMAINING_TIME ) self.dlg.Bind(wx.EVT_BUTTON, self.Cancel) - self.dlg.SetSize(wx.Size(215,150)) + self.dlg.SetSize(wx.Size(250,150)) def Cancel(self, evt): ps.Publisher().sendMessage("Cancel DICOM load") -- libgit2 0.21.2