Add Layer switcher tab to the key configuration popover. #22

The icons used in this commit are not final, as this is just a mockup,
and for this purpose it was easier to use fontawesome (as previously),
instead of adding the svgs.
This commit is contained in:
Arpad Csanyi
2016-05-05 23:13:54 +02:00
parent 93f7400f1d
commit 2a08d1f19d
2 changed files with 23 additions and 0 deletions

View File

@@ -232,6 +232,12 @@ $(function() {
title: 'Keypress',
content: 'keypress'
},
{
type: 'default',
icon: 'fa-clone', // The icon for the tab will be a layer icon in svg. But for the mockup it was easier to just use something similar from fontawesome.
title: 'Layer',
content: 'layer'
},
{
type: 'default',
icon: 'fa-mouse-pointer',