comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java @ 2471:a1ff911e8365

Replaced FLYS specific icon set. flys-client/trunk@4194 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 04 Apr 2012 07:20:08 +0000
parents 0235cdb62c98
children 057021593625
comparison
equal deleted inserted replaced
2470:656df7c0bdda 2471:a1ff911e8365
178 public void adjustImageButton(ImgButton imgButton) { 178 public void adjustImageButton(ImgButton imgButton) {
179 imgButton.setWidth(20); 179 imgButton.setWidth(20);
180 imgButton.setHeight(20); 180 imgButton.setHeight(20);
181 imgButton.setShowDown(false); 181 imgButton.setShowDown(false);
182 imgButton.setShowRollOver(false); 182 imgButton.setShowRollOver(false);
183 imgButton.setShowRollOverIcon(false);
183 imgButton.setShowDisabled(false); 184 imgButton.setShowDisabled(false);
184 imgButton.setShowDisabledIcon(true); 185 imgButton.setShowDisabledIcon(true);
185 imgButton.setShowDownIcon(false); 186 imgButton.setShowDownIcon(false);
186 imgButton.setShowFocusedIcon(false); 187 imgButton.setShowFocusedIcon(false);
187 } 188 }

http://dive4elements.wald.intevation.org