Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 293254e

Browse files
jenshnielsenpelson
authored andcommitted
Correct FA 4 name of Download icon
See http://fortawesome.github.io/Font-Awesome/icon/floppy-o/ There is as far as I can see no fa-icon-save in in FA 4.x Resolves an issue with a missing icon in IPython3
1 parent c267431 commit 293254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_nbagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def connection_info():
9292
'forward': 'fa fa-arrow-right icon-arrow-right',
9393
'zoom_to_rect': 'fa fa-square-o icon-check-empty',
9494
'move': 'fa fa-arrows icon-move',
95-
'download': 'fa fa-icon-save icon-save',
95+
'download': 'fa fa-floppy-o icon-save',
9696
None: None
9797
}
9898

0 commit comments

Comments
 (0)