changeset 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 d01b0d81b92a
children d3c053420c3b
files flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Wed May 11 09:11:40 2011 +0000
+++ b/flys-client/ChangeLog	Wed May 11 10:04:49 2011 +0000
@@ -1,3 +1,11 @@
+2011-05-11  Raimund Renkert <rrenkert@intevation.de>
+
+	  ISSUE 41 (part2)
+
+	* src/main/java/de/intevation/flys/client/client/ui/ParameterList.java:
+	  Set the computation result panel width and height to 100%. The panel
+	  resizes with its parent component now.
+
 2011-05-11  Ingo Weinzierl <ingo@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/shared/model/ExportMode.java:
--- 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