Add icon for font select

This commit is contained in:
Bjarne Fyrstenborg
2017-03-04 18:20:03 +01:00
parent 7cf8cd3518
commit be1172d604

View File

@@ -76,6 +76,7 @@ angular.module("umbraco").controller("Umbraco.PrevalueEditors.RteController",
icon.isCustom = false;
break;
case "styleselect":
case "fontsizeselect":
icon.name = "icon-list";
icon.isCustom = true;
break;