Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1169:0dc274b5f4ba
Fix flys/issue310 (crosssection theme).
flys-artifacts/trunk@2725 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 14 Sep 2011 07:46:40 +0000 |
parents | eed81499b0d2 |
children | 004b1b0838d6 |
comparison
equal
deleted
inserted
replaced
1168:ace192d3283d | 1169:0dc274b5f4ba |
---|---|
71 <inherits> | 71 <inherits> |
72 <inherit from="HiddenColorLines"/> | 72 <inherit from="HiddenColorLines"/> |
73 </inherits> | 73 </inherits> |
74 <fields> | 74 <fields> |
75 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> | 75 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> |
76 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 76 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
77 </fields> | 77 </fields> |
78 </theme> | 78 </theme> |
79 | 79 |
80 <theme name="CrossSectionWaterLine"> | 80 <theme name="CrossSectionWaterLine"> |
81 <inherits> | 81 <inherits> |
82 <inherit from="HiddenColorLines"/> | 82 <inherit from="HiddenColorLines"/> |
83 </inherits> | 83 </inherits> |
84 <fields> | 84 <fields> |
85 <field name="linecolor" type="Color" display="Linienfarbe" default="150,150,150"/> | 85 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> |
86 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | 86 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
87 </fields> | 87 </fields> |
88 </theme> | 88 </theme> |
89 | 89 |
90 | 90 |