From 82a6dd86cbf1250cb510b45566de01323911efc7 Mon Sep 17 00:00:00 2001
From: Elena.Budnik <ebudnik@irap.omp.eu>
Date: Mon, 2 Jul 2018 14:59:45 +0200
Subject: [PATCH] window move.. temporary

---
 js/app/AmdaApp.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/js/app/AmdaApp.js b/js/app/AmdaApp.js
index abfdedc..ef678dc 100755
--- a/js/app/AmdaApp.js
+++ b/js/app/AmdaApp.js
@@ -633,7 +633,9 @@ Ext.define('amdaApp.AmdaApp', {
 									}); 
 							},
 							scope : this });
-							win.setPosition(0,0,true);
+						
+							var yy = Ext.getBody().getViewSize().height / 3;
+							win.setPosition(0,yy,true); 
 					}
 				})
 			}
--
libgit2 0.21.2