Display title in docked plugins

This commit is contained in:
Tony S Yu
2013-05-30 22:25:02 -05:00
parent e373e13f03
commit 16b6411059
2 changed files with 2 additions and 0 deletions
@@ -32,6 +32,7 @@ canny_plugin = CannyPlugin()
canny_viewer += canny_plugin
hough_plugin = OverlayPlugin(image_filter=hough_lines)
hough_plugin.name = 'Hough Lines'
hough_plugin += Slider('line length', 0, 100, update_on='release')
hough_plugin += Slider('line gap', 0, 20, update_on='release')