[Dive4elements-commits] [PATCH 2 of 2] issue697: Re-add style for vertical Q main values text. Had been removed

Wald Commits scm-commit at wald.intevation.org
Wed Jun 5 11:32:46 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1370425214 -7200
# Node ID fa73e79ae2085ee2610a54dc28372317c998cf66
# Parent  de614089cc15aea0397e6496f191868ac111ef45
issue697: Re-add style for vertical Q main values text. Had been removed.

diff -r de614089cc15 -r fa73e79ae208 artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml	Tue Jun 04 11:51:06 2013 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Wed Jun 05 11:40:14 2013 +0200
@@ -14,6 +14,20 @@
         </fields>
     </theme>
 
+    <theme name="MainValuesQVerticalText">
+        <inherits>
+            <inherit from="Lines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="false" />
+            <field name="showlinelabel" type="boolean"
+                display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
+        </fields>
+    </theme>
+
     <theme name="MainValuesW">
         <inherits>
             <inherit from="Lines" />
diff -r de614089cc15 -r fa73e79ae208 artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml	Tue Jun 04 11:51:06 2013 +0200
+++ b/artifacts/doc/conf/themes/second.xml	Wed Jun 05 11:40:14 2013 +0200
@@ -28,6 +28,20 @@
         </fields>
     </theme>
 
+    <theme name="MainValuesQVerticalText">
+        <inherits>
+            <inherit from="Lines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="false" />
+            <field name="showlinelabel" type="boolean"
+                display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
+        </fields>
+    </theme>
+
     <theme name="RelativePoint">
         <inherits>
             <inherit from="Points" />


More information about the Dive4elements-commits mailing list