diff flys-client/src/main/java/de/intevation/flys/client/client/ui/MapSelection.java @ 53:3d5d7788d471

The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer. flys-client/trunk@1509 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Mar 2011 18:34:20 +0000
parents a2923d63f530
children 4784ca718476
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/MapSelection.java	Thu Mar 17 18:20:05 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/MapSelection.java	Thu Mar 17 18:34:20 2011 +0000
@@ -49,6 +49,7 @@
 
         Canvas form  = super.createWidget(data);
         form.setWidth(250);
+        form.setLayoutAlign(VerticalAlignment.TOP);
 
         ImageResource mapRes = IMAGES.riverMap();
         Img map              = new Img(mapRes.getURL(), 400, 452);

http://dive4elements.wald.intevation.org