-    def __init__(self, parent, ID=-1, title="SplashScreen", style=wxSTAY_ON_TOP,
-                 duration=1500, bitmapfile="bitmaps/splashscreen.bmp", callback = None):
+    def __init__(self, parent, ID=-1, title="SplashScreen",
+                 style=wxSIMPLE_BORDER|wxSTAY_ON_TOP,
+                 duration=1500, bitmapfile="bitmaps/splashscreen.bmp",
+                 callback = None):