# HG changeset patch # User Felix Wolfsteller # Date 1346677922 0 # Node ID 45f2b0778a3a70e844e1a09835de1d2374ccc1cc # Parent a1610c7e4a4e6a278dfc8aaab77f279258ac2365 Do not show labels in logo selection combo box. flys-client/trunk@5349 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r a1610c7e4a4e -r 45f2b0778a3a flys-client/ChangeLog --- 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 + * 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 + + Show logos in selectbox in chart properties such that user gets a visual idea of what she selects. diff -r a1610c7e4a4e -r 45f2b0778a3a flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java --- 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);