diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py index f4d35a8..15ed9e4 100755 --- a/invesalius/invesalius.py +++ b/invesalius/invesalius.py @@ -44,7 +44,7 @@ class SplashScreen(wx.SplashScreen): bmp = wx.Image("../icons/splash_en.png").ConvertToBitmap() wx.SplashScreen.__init__(self, bitmap=bmp, splashStyle=wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT, - milliseconds=1, id=-1, parent=None) + milliseconds=1500, id=-1, parent=None) self.Bind(wx.EVT_CLOSE, self.OnClose) -- libgit2 0.21.2