Roo/htmleditor/BlockFigure.js
authorAlan <alan@roojs.com>
Thu, 30 Dec 2021 04:13:25 +0000 (12:13 +0800)
committerAlan <alan@roojs.com>
Thu, 30 Dec 2021 04:13:25 +0000 (12:13 +0800)
Roo/htmleditor/BlockFigure.js

index 1c87d62..3c4bd64 100644 (file)
@@ -110,7 +110,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                 typeAhead : true,
                 valueField : 'val',
                 width : 100,
-                name : 'width',
+                name : 'align',
                 listeners : {
                     select : function (combo, r, index)
                     {
@@ -142,8 +142,8 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
             {
                 xtype : 'TextField',
                 allowBlank : false,
-                width : 100,
-                name : 'width',
+                width : 150,
+                name : 'src',
                 listeners : {
                     change : function (combo, r, index)
                     {