Mercurial > dive4elements > river
changeset 1357:4b7105e514d2
Reordered the attribute list.
flys-client/trunk@3042 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 20 Oct 2011 09:07:58 +0000 |
parents | db1bf06012db |
children | c437e4f0f7be |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 20 08:42:42 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 20 09:07:58 2011 +0000 @@ -1,3 +1,8 @@ +2011-10-20 Raimund Renkert <raimund.renkert@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: + Reordered the attribute list. + 2011-10-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java Thu Oct 20 08:42:42 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java Thu Oct 20 09:07:58 2011 +0000 @@ -166,13 +166,13 @@ f.setFields(name); properties.addMember(f); - String[] sets = {"linetype", - "linecolor", + String[] sets = {"showlines", + "linetype", "linesize", - "showlines", + "linecolor", "font", - "textcolor", - "textsize"}; + "textsize", + "textcolor"}; for (int i = 0; i < s.getNumSettings(); i ++) { StyleSetting set = s.getSetting(sets[i]);