X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=3b02a0804e54a1761a252c3ee757ce3aeb6cb157;hp=e4c6e1a7fba077aa3a8d6d501e4e74ad61d050cb;hb=9187e76807c978e0924f273cba221f83a78f6afb;hpb=1cd595bec434710d4a42891c9da7b98667c137d9 diff --git a/roojs-debug.js b/roojs-debug.js index e4c6e1a7fb..3b02a0804e 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -47989,6 +47989,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { data : [ ['auto'], ['50%'], + ['80%'], ['100%'] ], fields : [ 'val'], @@ -48071,7 +48072,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { var d = document.createElement('div'); d.innerHTML = this.caption; - var m = this.width == '50%' && this.align == 'center' ? '0 auto' : 0; + var m = this.width != '100%' && this.align == 'center' ? '0 auto' : 0; var iw = this.align == 'center' ? this.width : '100%'; var img = {