Skip to content
Snippets Groups Projects
Commit 55aeced7 authored by Dave Flitney's avatar Dave Flitney
Browse files

Steve's mod to increase size of Signal banner

parent 4ee3b37b
No related branches found
No related merge requests found
......@@ -656,7 +656,7 @@ class MelodicWindow(HasTraits):
self.colorbar.update_normal(d)
if self.ic_selected.class_name in 'Signal':
self.image_axes.set_title(self.ic_selected.class_name, bbox={'color':'lightgreen'})
self.image_axes.set_title(' Signal ', bbox={'color':'lightgreen'})
else:
self.image_axes.set_title(self.ic_selected.class_name)
......
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