Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1755:f7072039ad84
Added default diff theme, avoid possible NPE.
flys-artifacts/trunk@3058 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 24 Oct 2011 09:50:11 +0000 |
parents | 415ec0223dff |
children | 1636686070f7 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Fri Oct 21 15:19:49 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Mon Oct 24 09:50:11 2011 +0000 @@ -437,6 +437,16 @@ </fields> </theme> + <!-- Differences --> + <theme name="Differences"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + <!-- Discharge Longitudinal Section @@ -522,7 +532,6 @@ </fields> </theme> - <theme name="AnnotationText" type="virtual"> <fields> <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> @@ -585,5 +594,6 @@ <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> <mapping from="longitudinal_section.annotations" to="Annotations"/> + <mapping from="w_differences" to="Differences"/> </mappings> </themes>