Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 4183:1755a1bfe5ce
Merged
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 19 Oct 2012 09:20:52 +0200 |
parents | 58864f4f6e3b |
children | b3aa91e45010 |
comparison
equal
deleted
inserted
replaced
4182:ad2489b595d7 | 4183:1755a1bfe5ce |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <themegroup name="default"> | 2 <themegroup name="default"> |
3 <theme name="DischargeCurve"> | 3 <theme name="DischargeCurve"> |
4 <inherits> | |
5 <inherit from="HiddenColorLines" /> | |
6 <inherit from="MinMaxPoints" /> | |
7 </inherits> | |
8 <fields> | |
9 <field name="linecolor" type="Color" display="Linienfarbe" | |
10 default="0, 0, 153" /> | |
11 <field name="linesize" type="int" display="Liniendicke" | |
12 default="2" hints="h" /> | |
13 </fields> | |
14 </theme> | |
15 | |
16 <theme name="GaugeDischargeCurve"> | |
4 <inherits> | 17 <inherits> |
5 <inherit from="HiddenColorLines" /> | 18 <inherit from="HiddenColorLines" /> |
6 <inherit from="MinMaxPoints" /> | 19 <inherit from="MinMaxPoints" /> |
7 </inherits> | 20 </inherits> |
8 <fields> | 21 <fields> |