Mercurial > dive4elements > river
changeset 1742:809acad6a320
ComputedDischargeCurveW and ComputedDischargeCurveQ inherit attributes from
theme 'Text'.
flys-artifacts/trunk@3034 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 19 Oct 2011 15:05:47 +0000 |
parents | 1bc926b5b435 |
children | 8a2cbf947395 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Oct 19 14:53:33 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Oct 19 15:05:47 2011 +0000 @@ -1,3 +1,9 @@ +2011-10-19 Raimund Renkert <raimund.renkert@intevation.de> + + * doc/conf/themes.xml: + ComputedDischargeCurveW and ComputedDischargeCurveQ inherit attributes from + theme 'Text'. + 2011-10-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> Fix for flys/issue316
--- a/flys-artifacts/doc/conf/themes.xml Wed Oct 19 14:53:33 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Oct 19 15:05:47 2011 +0000 @@ -49,6 +49,7 @@ <theme name="ComputedDischargeCurveQ"> <inherits> <inherit from="HiddenColorLines"/> + <inherit from="Text"/> </inherits> <fields> <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> @@ -58,6 +59,7 @@ <theme name="ComputedDischargeCurveW"> <inherits> <inherit from="HiddenColorLines"/> + <inherit from="Text"/> </inherits> <fields> <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/>