@schneideress/dashboardframework 0.0.168 → 0.0.170

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.
@@ -706,14 +706,14 @@
706
706
  function () {
707
707
  var _this = this;
708
708
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
709
- console.log('Width---------------');
710
- console.log(screen.width);
711
- console.log('Height--------------');
712
- console.log(screen.height);
709
+ console.log('window.outerWidth---------------');
710
+ console.log(window.outerWidth);
711
+ console.log('window.innerWidth--------------');
712
+ console.log(window.innerWidth);
713
713
  console.log('Orientation---------------');
714
714
  console.log(screen.orientation.angle);
715
715
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
716
- this.screenWidth = screen.width;
716
+ this.screenWidth = window.outerWidth;
717
717
  if (this.IsDesktopView) {
718
718
  this.currentResInfo = this.resInfo[3];
719
719
  }
@@ -898,8 +898,8 @@
898
898
  this.gridcellHeight = 0;
899
899
  this.isWidgetLoaded = false;
900
900
  this.domResized = false;
901
- this.widgetHeight = 3;
902
- this.widgetWidth = 5;
901
+ this.widgetHeight = 4;
902
+ this.widgetWidth = 4;
903
903
  }
904
904
  /**
905
905
  * @param {?} event