File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/matplotlib/backends/web_backend Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ mpl.figure.prototype._init_toolbar = function() {
124124
125125 // Add the close button to the window.
126126 var buttongrp = $ ( '<div class="btn-group inline pull-right"></div>' ) ;
127- var button = $ ( '<button class="btn btn-mini btn-danger " href="#" title="Close figure "><i class="fa fa-times icon-remove icon-large"></i></button>' ) ;
127+ var button = $ ( '<button class="btn btn-mini btn-primary " href="#" title="Stop Interaction "><i class="fa fa-power-off icon-remove icon-large"></i></button>' ) ;
128128 button . click ( function ( evt ) { fig . handle_close ( fig , { } ) ; } ) ;
129- button . mouseover ( 'Close figure ' , toolbar_mouse_event ) ;
129+ button . mouseover ( 'Stop Interaction ' , toolbar_mouse_event ) ;
130130 buttongrp . append ( button ) ;
131131 var titlebar = this . root . find ( $ ( '.ui-dialog-titlebar' ) ) ;
132132 titlebar . prepend ( buttongrp ) ;
You can’t perform that action at this time.
0 commit comments