Skip to content
Snippets Groups Projects
Commit 1f3128a3 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Updated splash screen, made much sillier.

parent 89586646
No related branches found
No related tags found
No related merge requests found
fsl/fsleyes/splash.png

17.3 KiB | W: | H:

fsl/fsleyes/splash.png

208 KiB | W: | H:

fsl/fsleyes/splash.png
fsl/fsleyes/splash.png
fsl/fsleyes/splash.png
fsl/fsleyes/splash.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -29,8 +29,9 @@ class FSLEyesSplash(wx.Frame):
self.statusBar = wx.StaticText(self, style=wx.ELLIPSIZE_MIDDLE)
self.statusBar.SetLabel(strings.messages[self, 'default'])
self.statusBar.SetBackgroundColour('white')
self .SetBackgroundColour('white')
self.statusBar.SetBackgroundColour('#636a70')
self.statusBar.SetForegroundColour('#ffffff')
self .SetBackgroundColour('#636a70')
sizer = wx.BoxSizer(wx.VERTICAL)
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment