Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 3090:22def36d37b7
Apply point color in XYStyle.
flys-artifacts/trunk@4689 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 12:29:29 +0000 |
parents | 7e4c8590067a |
children | 179e38aa678d |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Mon Jun 18 11:31:39 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Mon Jun 18 12:29:29 2012 +0000 @@ -908,7 +908,7 @@ </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> - <field name="pointcolor" type="Color" default="Color.BLACK"/> + <field name="pointcolor" type="Color" default="#000000"/> </fields> </theme> @@ -918,7 +918,7 @@ </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> - <field name="pointcolor" type="Color" default="Color.RED"/> + <field name="pointcolor" type="Color" default="#CC0000"/> </fields> </theme> @@ -927,7 +927,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="Color.BLUE"/> + <field name="linecolor" type="Color" default="#0000DD"/> </fields> </theme> @@ -1795,12 +1795,20 @@ <inherits> <inherit from="ColorPoints"/> </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="#000000"/> + </fields> </theme> <theme name="SQOutliers"> <inherits> <inherit from="ColorPoints"/> </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="#CC0000"/> + </fields> </theme> <theme name="SQCurve"> @@ -1808,7 +1816,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="Color.BLUE"/> + <field name="linecolor" type="Color" default="#0000DD"/> </fields> </theme> @@ -2092,12 +2100,20 @@ <inherits> <inherit from="ColorPoints"/> </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="#000000"/> + </fields> </theme> <theme name="SQOutliers"> <inherits> <inherit from="ColorPoints"/> </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="#CC0000"/> + </fields> </theme> <theme name="SQCurve"> @@ -2105,7 +2121,7 @@ <inherit from="HiddenColorLines"/> </inherits> <fields> - <field name="linecolor" type="Color" default="Color.BLUE"/> + <field name="linecolor" type="Color" default="#0000DD"/> </fields> </theme>