comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java @ 1570:eeee85c4d996

Adjusted table height to fill the window. flys-client/trunk@3835 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 30 Jan 2012 14:36:54 +0000
parents b85761d21975
children e0d665661a1d
comparison
equal deleted inserted replaced
1569:b85761d21975 1570:eeee85c4d996
173 buttons.setHeight(30); 173 buttons.setHeight(30);
174 174
175 VLayout layout = new VLayout(); 175 VLayout layout = new VLayout();
176 listGrid = new ListGrid(); 176 listGrid = new ListGrid();
177 listGrid.setWidth100(); 177 listGrid.setWidth100();
178 listGrid.setHeight(200); 178 listGrid.setHeight("*");
179 listGrid.setCanSort(false); 179 listGrid.setCanSort(false);
180 listGrid.setCanEdit(true); 180 listGrid.setCanEdit(true);
181 listGrid.setShowHeaderContextMenu(false); 181 listGrid.setShowHeaderContextMenu(false);
182 182
183 CellFormatter doubleFormat = new CellFormatter() { 183 CellFormatter doubleFormat = new CellFormatter() {

http://dive4elements.wald.intevation.org