Merge pull request #2 from DecksterTeam/resize-overlap

fix(gridster): fixes bug where widgets would overlay other widgets after...
This commit is contained in:
fhawkes
2015-02-23 21:31:32 -05:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3776,7 +3776,7 @@
*/
fn.resize_responsive_layout = function() {
this.min_widget_width = this.get_responsive_col_width();
this.generate_grid_and_stylesheet();
this.generate_stylesheet();
this.update_widgets_dimensions();
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
return this;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -3776,7 +3776,7 @@
*/
fn.resize_responsive_layout = function() {
this.min_widget_width = this.get_responsive_col_width();
this.generate_grid_and_stylesheet();
this.generate_stylesheet();
this.update_widgets_dimensions();
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
return this;
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -2929,7 +2929,7 @@
*/
fn.resize_responsive_layout = function() {
this.min_widget_width = this.get_responsive_col_width();
this.generate_grid_and_stylesheet();
this.generate_stylesheet();
this.update_widgets_dimensions();
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
return this;