@schneideress/dashboardframework 0.0.97 → 0.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -638,13 +638,13 @@ var GridsterConfigDefaultSettings = {
638
638
  minRows: 2,
639
639
  maxRows: 100,
640
640
  maxItemCols: 10,
641
- minItemCols: 2,
641
+ minItemCols: 3,
642
642
  maxItemRows: 1000,
643
- minItemRows: 2,
643
+ minItemRows: 3,
644
644
  maxItemArea: 1000,
645
- minItemArea: 4,
646
- defaultItemCols: 2,
647
- defaultItemRows: 2,
645
+ minItemArea: 3,
646
+ defaultItemCols: 3,
647
+ defaultItemRows: 3,
648
648
  // fixedColWidth: 105,
649
649
  // fixedRowHeight: 105,
650
650
  keepFixedHeightInMobile: false,