X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=7e5b371eae31a79037329a4a993b11f9ee3e7788;hp=9cca7ea61b5268bba0a67ddebe3fe0a5f917e317;hb=37568d49112a34f360f2aedb92cc56b2eaa5280c;hpb=9187e76807c978e0924f273cba221f83a78f6afb diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 9cca7ea61b..7e5b371eae 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -27152,6 +27152,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { data : [ ['auto'], ['50%'], + ['80%'], ['100%'] ], fields : [ 'val'], @@ -27234,7 +27235,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 = {