Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1754:8e6615ad60b8 | 1755:f7072039ad84 |
---|---|
435 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> | 435 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> |
436 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 436 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
437 </fields> | 437 </fields> |
438 </theme> | 438 </theme> |
439 | 439 |
440 <!-- Differences --> | |
441 <theme name="Differences"> | |
442 <inherits> | |
443 <inherit from="HiddenColorLines"/> | |
444 </inherits> | |
445 <fields> | |
446 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
447 </fields> | |
448 </theme> | |
449 | |
440 | 450 |
441 <!-- | 451 <!-- |
442 Discharge Longitudinal Section | 452 Discharge Longitudinal Section |
443 --> | 453 --> |
444 <theme name="DischargeLongitudinalSectionW"> | 454 <theme name="DischargeLongitudinalSectionW"> |
519 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> | 529 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> |
520 <field name="textsize" type="int" display="Schriftgröße" default="10"/> | 530 <field name="textsize" type="int" display="Schriftgröße" default="10"/> |
521 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> | 531 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> |
522 </fields> | 532 </fields> |
523 </theme> | 533 </theme> |
524 | |
525 | 534 |
526 <theme name="AnnotationText" type="virtual"> | 535 <theme name="AnnotationText" type="virtual"> |
527 <fields> | 536 <fields> |
528 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | 537 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
529 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> | 538 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> |
583 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> | 592 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
584 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> | 593 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
585 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | 594 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> |
586 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 595 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
587 <mapping from="longitudinal_section.annotations" to="Annotations"/> | 596 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
597 <mapping from="w_differences" to="Differences"/> | |
588 </mappings> | 598 </mappings> |
589 </themes> | 599 </themes> |