Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 3738:34da25796c21
Theme transparency attribute support (#840)
flys-artifacts/trunk@5414 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Sun, 09 Sep 2012 21:05:53 +0000 |
parents | f48396deca91 |
children | c3d3b2760a75 |
comparison
equal
deleted
inserted
replaced
3737:976be312a84c | 3738:34da25796c21 |
---|---|
50 <fields> | 50 <fields> |
51 <field name="bandwidth" type="double" display="Bandbreite" | 51 <field name="bandwidth" type="double" display="Bandbreite" |
52 default="0"/> | 52 default="0"/> |
53 <field name="fillcolor" type="Color" display="Bandbreitenfarbe" | 53 <field name="fillcolor" type="Color" display="Bandbreitenfarbe" |
54 default="104, 104, 104"/> | 54 default="104, 104, 104"/> |
55 <field name="alpha" type="int" default="50" display="Alpha-Transparenz"/> | 55 <field name="transparency" type="int" default="20" display="Transparenz"/> |
56 <field name="linecolor" type="Color" display="Linienfarbe" | 56 <field name="linecolor" type="Color" display="Linienfarbe" |
57 default="204, 204, 204" /> | 57 default="204, 204, 204" /> |
58 </fields> | 58 </fields> |
59 </theme> | 59 </theme> |
60 | 60 |
1439 <theme name="FixDeltaWtDeviation"> | 1439 <theme name="FixDeltaWtDeviation"> |
1440 <inherits> | 1440 <inherits> |
1441 <inherit from="Areas"/> | 1441 <inherit from="Areas"/> |
1442 </inherits> | 1442 </inherits> |
1443 <fields> | 1443 <fields> |
1444 <field name="alpha" type="int" default="50" display="Alpha-Transparenz"/> | 1444 <field name="transparency" type="int" default="80" display="Transparenz"/> |
1445 <field name="fillcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> | 1445 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> |
1446 </fields> | 1446 </fields> |
1447 </theme> | 1447 </theme> |
1448 <theme name="FixingDeltaWtAnalysisPeriods"> | 1448 <theme name="FixingDeltaWtAnalysisPeriods"> |
1449 <inherits> | 1449 <inherits> |
1450 <inherit from="Areas"/> | 1450 <inherit from="Areas"/> |
1451 </inherits> | 1451 </inherits> |
1452 <fields> | 1452 <fields> |
1453 <field name="alpha" type="int" default="80" display="Alpha-Transparenz"/> | 1453 <field name="transparency" type="int" default="80" display="Transparenz"/> |
1454 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> | 1454 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> |
1455 <field name="showborder" type="boolean" | |
1456 display="Flaechebegrenzungslinie anzeigen" default="false" hidden="true" /> | |
1457 </fields> | 1455 </fields> |
1458 </theme> | 1456 </theme> |
1459 | 1457 |
1460 <theme name="QSectors"> | 1458 <theme name="QSectors"> |
1461 <fields> | 1459 <fields> |