Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 6744:e5fc8c18bed5
issue1337: fix. Let theme not inherit from longitudinal_section, as this
defines a default color.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 01 Aug 2013 15:37:17 +0200 |
parents | 60e9494978c4 |
children | caf027fe0715 |
comparison
equal
deleted
inserted
replaced
6743:0db5f3642335 | 6744:e5fc8c18bed5 |
---|---|
832 </theme> | 832 </theme> |
833 | 833 |
834 <!-- MIDDLE BED HEIGHT --> | 834 <!-- MIDDLE BED HEIGHT --> |
835 <theme name="MiddleBedHeightSingle"> | 835 <theme name="MiddleBedHeightSingle"> |
836 <inherits> | 836 <inherits> |
837 <inherit from="LongitudinalSection" /> | 837 <inherit from="Lines" /> |
838 </inherits> | 838 <inherit from="Points" /> |
839 <fields> | 839 <inherit from="MinMaxPoints" /> |
840 <field name="linecolor" type="Color" display="Linienfarbe" | 840 <inherit from="Label" /> |
841 default="204, 204, 204" /> | 841 </inherits> |
842 <fields> | |
843 <field name="showlines" type="boolean" display="Linie anzeigen" | |
844 default="true" /> | |
845 <field name="linesize" type="int" display="Liniendicke" | |
846 default="1" /> | |
847 <field name="linetype" type="Dash" display="Linienart" | |
848 default="10" /> | |
849 <field name="linecolor" type="Color" display="Linienfarbe" | |
850 /> | |
851 <field name="showlinelabel" type="boolean" | |
852 display="Beschriftung anzeigen" default="false" /> | |
853 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
854 default="false" /> | |
855 <field name="showpointlabel" type="boolean" | |
856 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
842 </fields> | 857 </fields> |
843 </theme> | 858 </theme> |
844 | 859 |
845 <theme name="MiddleBedHeightEpoch"> | 860 <theme name="MiddleBedHeightEpoch"> |
846 <inherits> | 861 <inherits> |