Merge pull request #382 from Carreau/rebase-358

swapped glass for keyboard for command palette icon
This commit is contained in:
Matthias Bussonnier 2015-09-03 11:43:32 +02:00
commit bd03233e8b

View File

@ -334,7 +334,7 @@ define(function(require){
'command-palette': {
help_index : 'aa',
help: 'open the command palette',
icon: 'fa-search',
icon: 'fa-keyboard-o',
handler : function(env){
env.notebook.show_command_palette();
}