comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java @ 2445:1de15a7bfc59

Removed the scrollbar gap in the theme panels. flys-client/trunk@4119 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 05 Mar 2012 12:56:19 +0000
parents 993871f8e2f2
children 98c7a46ec5ae
comparison
equal deleted inserted replaced
2444:22989ed51064 2445:1de15a7bfc59
318 /** 318 /**
319 * Create and configure the Grid to display. 319 * Create and configure the Grid to display.
320 */ 320 */
321 protected ListGrid createGrid() { 321 protected ListGrid createGrid() {
322 ListGrid grid = createNewGrid(); 322 ListGrid grid = createNewGrid();
323 grid.setLeaveScrollbarGap(false);
323 324
324 return grid; 325 return grid;
325 } 326 }
326 327
327 328

http://dive4elements.wald.intevation.org