Explorar el Código

Added proper icons to image styles.

Szymon Kupś hace 9 años
padre
commit
d16dea0765
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-image/src/imagestyle/imagestyleengine.js

+ 2 - 2
packages/ckeditor5-image/src/imagestyle/imagestyleengine.js

@@ -11,8 +11,8 @@ import Plugin from 'ckeditor5-core/src/plugin';
 import ImageStyleCommand from './imagestylecommand';
 import ImageEngine from '../imageengine';
 import { viewToModelImageStyle, modelToViewSetStyle } from './converters';
-import fullSizeIcon from 'ckeditor5-core/theme/icons/align-center.svg';
-import sideIcon from 'ckeditor5-core/theme/icons/align-right.svg';
+import fullSizeIcon from 'ckeditor5-core/theme/icons/object-center.svg';
+import sideIcon from 'ckeditor5-core/theme/icons/object-right.svg';
 
 /**
  * The image style engine plugin. Sets default configuration, creates converters and registers