|
|
@ -251,8 +251,8 @@ BI.Editor = BI.inherit(BI.Single, { |
|
|
|
element: this.contentWrapper, |
|
|
|
element: this.contentWrapper, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
|
el: this.watermark, |
|
|
|
el: this.watermark, |
|
|
|
left: 3, |
|
|
|
left: this.options.hgap, |
|
|
|
right: 3, |
|
|
|
right: this.options.hgap, |
|
|
|
top: 0, |
|
|
|
top: 0, |
|
|
|
bottom: 0, |
|
|
|
bottom: 0, |
|
|
|
}], |
|
|
|
}], |
|
|
|