Commit 82a6dd86cbf1250cb510b45566de01323911efc7

Authored by Elena.Budnik
1 parent 37eb7153

window move.. temporary

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
js/app/AmdaApp.js
... ... @@ -633,7 +633,9 @@ Ext.define('amdaApp.AmdaApp', {
633 633 });
634 634 },
635 635 scope : this });
636   - win.setPosition(0,0,true);
  636 +
  637 + var yy = Ext.getBody().getViewSize().height / 3;
  638 + win.setPosition(0,yy,true);
637 639 }
638 640 })
639 641 }
... ...