diff flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java @ 271:65735765643d

Set the computation result panel width and height to 100%. flys-client/trunk@1897 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 11 May 2011 10:04:49 +0000
parents eb3c16df59db
children 8264b02091ef
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Wed May 11 09:11:40 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Wed May 11 10:04:49 2011 +0000
@@ -482,8 +482,8 @@
      */
     public void setPanel (TableDataPanel table) {
         tablePanel = table.create();
-        tablePanel.setHeight(500);
-        tablePanel.setWidth(300);
+        tablePanel.setHeight100();
+        tablePanel.setWidth100();
         helperPanel.addChild(tablePanel);
     }
 

http://dive4elements.wald.intevation.org