comparison 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
comparison
equal deleted inserted replaced
270:d01b0d81b92a 271:65735765643d
480 * 480 *
481 * @param table The table data panel. 481 * @param table The table data panel.
482 */ 482 */
483 public void setPanel (TableDataPanel table) { 483 public void setPanel (TableDataPanel table) {
484 tablePanel = table.create(); 484 tablePanel = table.create();
485 tablePanel.setHeight(500); 485 tablePanel.setHeight100();
486 tablePanel.setWidth(300); 486 tablePanel.setWidth100();
487 helperPanel.addChild(tablePanel); 487 helperPanel.addChild(tablePanel);
488 } 488 }
489 489
490 490
491 /** 491 /**

http://dive4elements.wald.intevation.org