Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2604:83c117b639f9
#362 Adjusted text color of w and q main values for computed discharge curves.
flys-artifacts/trunk@4181 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 28 Mar 2012 12:18:44 +0000 |
parents | 538820485945 |
children | 27cc95e65f18 |
comparison
equal
deleted
inserted
replaced
2603:664f97b6d48f | 2604:83c117b639f9 |
---|---|
545 <inherit from="MinMaxPoints"/> | 545 <inherit from="MinMaxPoints"/> |
546 <inherit from="Text"/> | 546 <inherit from="Text"/> |
547 </inherits> | 547 </inherits> |
548 <fields> | 548 <fields> |
549 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | 549 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
550 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
550 </fields> | 551 </fields> |
551 </theme> | 552 </theme> |
552 | 553 |
553 <theme name="ComputedDischargeCurveW"> | 554 <theme name="ComputedDischargeCurveW"> |
554 <inherits> | 555 <inherits> |
556 <inherit from="MinMaxPoints"/> | 557 <inherit from="MinMaxPoints"/> |
557 <inherit from="Text"/> | 558 <inherit from="Text"/> |
558 </inherits> | 559 </inherits> |
559 <fields> | 560 <fields> |
560 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | 561 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
562 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
561 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | 563 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
562 </fields> | 564 </fields> |
563 </theme> | 565 </theme> |
564 | 566 |
565 <!-- | 567 <!-- |