Mercurial > dive4elements > river
changeset 3537:45f2b0778a3a
Do not show labels in logo selection combo box.
flys-client/trunk@5349 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 03 Sep 2012 13:12:02 +0000 |
parents | a1610c7e4a4e |
children | 9f8f941351b1 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Sep 03 10:08:37 2012 +0000 +++ b/flys-client/ChangeLog Mon Sep 03 13:12:02 2012 +0000 @@ -1,5 +1,11 @@ 2012-09-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: + Do not show labels in logo selection combobox. + +2012-09-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Show logos in selectbox in chart properties such that user gets a visual idea of what she selects.
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java Mon Sep 03 10:08:37 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java Mon Sep 03 13:12:02 2012 +0000 @@ -333,8 +333,8 @@ flys-artifacts/src/main/resources/images/ flys-client/src/main/webapp/images/ */ - valueMap.put("BfG", "BfG"); - valueMap.put("Intevation", "Intevation"); + valueMap.put("BfG", ""); + valueMap.put("Intevation", ""); valueIcons.put("BfG", "bfg.gif"); valueIcons.put("Intevation", "intevation.png"); logoChooser.setValueIcons(valueIcons);