Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second.xml @ 6196:fa73e79ae208
issue697: Re-add style for vertical Q main values text. Had been removed.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 05 Jun 2013 11:40:14 +0200 |
parents | b79b400d5de1 |
children | f01dee3a39fc |
comparison
equal
deleted
inserted
replaced
6195:de614089cc15 | 6196:fa73e79ae208 |
---|---|
21 <fields> | 21 <fields> |
22 <field name="linecolor" type="Color" display="Farbe" | 22 <field name="linecolor" type="Color" display="Farbe" |
23 default="0, 215, 0" /> | 23 default="0, 215, 0" /> |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | 24 <field name="textorientation" type="boolean" display="Textausrichtung" |
25 default="true" /> | 25 default="true" /> |
26 <field name="showlinelabel" type="boolean" | |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
28 </fields> | |
29 </theme> | |
30 | |
31 <theme name="MainValuesQVerticalText"> | |
32 <inherits> | |
33 <inherit from="Lines" /> | |
34 </inherits> | |
35 <fields> | |
36 <field name="linecolor" type="Color" display="Farbe" | |
37 default="200, 0, 15" /> | |
38 <field name="textorientation" type="boolean" display="Textausrichtung" | |
39 default="false" /> | |
26 <field name="showlinelabel" type="boolean" | 40 <field name="showlinelabel" type="boolean" |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | 41 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> |
28 </fields> | 42 </fields> |
29 </theme> | 43 </theme> |
30 | 44 |