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