Mercurial > dive4elements > river
changeset 2658:08b7e8edda41
Change default for showbg of linelabel theme.
flys-artifacts/trunk@4330 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 May 2012 19:02:55 +0000 |
parents | 3bf86d01fa54 |
children | 4d8959a4b49d |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed May 02 15:10:45 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed May 02 19:02:55 2012 +0000 @@ -1,3 +1,7 @@ +2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/themes.xml: No default background show for linelabels. + 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/WaterlevelInfoState.java:
--- a/flys-artifacts/doc/conf/themes.xml Wed May 02 15:10:45 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed May 02 19:02:55 2012 +0000 @@ -772,7 +772,7 @@ <field name="linelabelsize" type="int" display="Beschriftung: Schriftgröße" default="10"/> <field name="linelabelstyle" type="Style" display="Beschriftung: Schriftstil" default="standard"/> <field name="linelabelbgcolor" type="Color" display="Beschriftung: Hintergrundfarbe" default="0, 0, 0"/> - <field name="linelabelshowbg" type="boolean" display="Beschriftung: Hintergrund füllen" default="true"/> + <field name="linelabelshowbg" type="boolean" display="Beschriftung: Hintergrund füllen" default="false"/> <!--orientation? --> </fields> </theme>