Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.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 | b0d4aeba8e3d |
comparison
equal
deleted
inserted
replaced
6195:de614089cc15 | 6196:fa73e79ae208 |
---|---|
7 <fields> | 7 <fields> |
8 <field name="linecolor" type="Color" display="Farbe" | 8 <field name="linecolor" type="Color" display="Farbe" |
9 default="200, 0, 15" /> | 9 default="200, 0, 15" /> |
10 <field name="textorientation" type="boolean" display="Textausrichtung" | 10 <field name="textorientation" type="boolean" display="Textausrichtung" |
11 default="true" /> | 11 default="true" /> |
12 <field name="showlinelabel" type="boolean" | |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 </fields> | |
15 </theme> | |
16 | |
17 <theme name="MainValuesQVerticalText"> | |
18 <inherits> | |
19 <inherit from="Lines" /> | |
20 </inherits> | |
21 <fields> | |
22 <field name="linecolor" type="Color" display="Farbe" | |
23 default="200, 0, 15" /> | |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | |
25 default="false" /> | |
12 <field name="showlinelabel" type="boolean" | 26 <field name="showlinelabel" type="boolean" |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | 27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> |
14 </fields> | 28 </fields> |
15 </theme> | 29 </theme> |
16 | 30 |