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

Improved showxcanvas icon. Will do the same for y/z icons too.

parent 4141fe85
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class OrthoToolBar(fsltoolbar.FSLViewToolBar):
icns = {
'screenshot' : icons.findImageFile('camera', 32)[0],
'showXCanvas' : icons.findImageFile('showxcanvas', 32)[0],
'showXCanvas' : icons.findImageFile('sagittalSlice', 32)[0],
'showYCanvas' : icons.findImageFile('showycanvas', 32)[0],
'showZCanvas' : icons.findImageFile('showzcanvas', 32)[0],
'more' : icons.findImageFile('gear', 32)[0],
......
......@@ -10,11 +10,8 @@ import glob
import wx
# _bitmapPath = '/Users/paulmc/Projects/fslpy/fsl/fslview/icons/'
_bitmapPath = op.join(op.dirname(__file__), 'icons')
print _bitmapPath
def findImageFile(iconId, size):
......
fsl/fslview/icons/sagittalSlice_32.png

914 B

fsl/fslview/icons/showxcanvas_32.png

893 B

File added
File deleted
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