Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 8405:a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 17:22:52 +0200 |
parents | 5ad3fd88c4c2 |
children | f73cc569ac8b |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Mon Oct 13 16:21:09 2014 +0200 +++ b/artifacts/doc/conf/themes/default.xml Mon Oct 13 17:22:52 2014 +0200 @@ -2347,7 +2347,6 @@ <inherit from="Points" /> </inherits> <fields> - <field name="pointcolor" type="Color" default="0, 153, 255" /> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hints="hidden" /> <field name="linesize" type="int" display="Liniendicke" @@ -2367,7 +2366,6 @@ <inherit from="Points" /> </inherits> <fields> - <field name="pointcolor" type="Color" default="204, 0, 0" /> <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hints="hidden" /> <field name="linesize" type="int" display="Liniendicke" @@ -2396,20 +2394,12 @@ </fields> </theme> - <theme name="MySQCurve"> - <inherits> - <inherit from="SQCurve" /> - </inherits> - <fields> - <field name="linecolor" type="Color" default="255, 0, 0" /> - </fields> - </theme> - <theme name="SQMeasurementsA"> <inherits> <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="0, 0, 255" /> </fields> </theme> @@ -2418,6 +2408,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="0, 255, 255" /> </fields> </theme> @@ -2426,6 +2417,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="0, 255, 0" /> </fields> </theme> @@ -2434,6 +2426,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="255, 0, 255" /> </fields> </theme> @@ -2442,6 +2435,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="255, 255, 0" /> </fields> </theme> @@ -2450,6 +2444,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="255, 0, 0" /> </fields> </theme> @@ -2458,6 +2453,7 @@ <inherit from="SQMeasurements" /> </inherits> <fields> + <field name="pointsize" type="int" default="4" /> <field name="pointcolor" type="color" default="0, 0, 0" /> </fields> </theme> @@ -2467,6 +2463,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="100, 100, 255" /> </fields> </theme> @@ -2475,6 +2472,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="100, 255, 255" /> </fields> </theme> @@ -2483,6 +2481,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="100, 255, 100" /> </fields> </theme> @@ -2491,6 +2490,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="255, 100, 255" /> </fields> </theme> @@ -2499,6 +2499,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="255, 255, 100" /> </fields> </theme> @@ -2507,6 +2508,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="255, 100, 100" /> </fields> </theme> @@ -2515,6 +2517,7 @@ <inherit from="SQOutliers" /> </inherits> <fields> + <field name="pointsize" type="int" default="6" /> <field name="pointcolor" type="color" default="100, 100, 100" /> </fields> </theme>