changeset 5610:98906446eadf

Center print Window in the page to recive click events The removal of setShowModalMask has nothing to do with this but this was just uneccessary
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 09 Apr 2013 15:13:42 +0200
parents 80e8ef91223c
children 17e2324c760e
files flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintWindow.java
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintWindow.java	Tue Apr 09 12:44:57 2013 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPrintWindow.java	Tue Apr 09 15:13:42 2013 +0200
@@ -16,11 +16,10 @@
         setHeight(280);
 
         setTitle(MSG.printWindowTitle());
+        centerInPage();
 
         this.panel = new MapPrintPanel(collection, mapToolbar, this);
         this.panel.setPadding(20);
         addItem(this.panel);
-
-        setShowModalMask(true);
     }
 }

http://dive4elements.wald.intevation.org