Roo/bootstrap/LayoutMasonry.js
authoredward <edward@roojs.com>
Wed, 26 Apr 2017 06:32:43 +0000 (14:32 +0800)
committeredward <edward@roojs.com>
Wed, 26 Apr 2017 06:32:43 +0000 (14:32 +0800)
Roo/bootstrap/LayoutMasonry.js

index fefb61e..55fa7f2 100644 (file)
@@ -1076,7 +1076,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         if(box[0].size == 'xs' && box[1].size == 'xs' && box[2].size == 'xs'){
             
             pos.push({
-                x : x,
+                x : maxX - (this.unitWidth + this.gutter) * 1,
                 y : y
             });