[murrine/border-shade-and-expander] Added missing schema options



commit 81bcd17a9eb22bd02aff1f3f65a7442bc83ce04e
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Wed Sep 16 03:33:31 2009 +0200

    Added missing schema options

 schema/murrine.xml.in.in |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/schema/murrine.xml.in.in b/schema/murrine.xml.in.in
index c54d168..f7f90d0 100644
--- a/schema/murrine.xml.in.in
+++ b/schema/murrine.xml.in.in
@@ -16,6 +16,15 @@
 		<section>General</section>
 	</option>
 
+	<option type="real" name="border_shade" default="1.0">
+		<_long_name>Border Shade</_long_name>
+		<_description>Increse/Decrease the border shade</_description>
+		<section>General</section>
+		<minimum>0</minimum>
+		<maximum>2</maximum>
+		<precision>2</precision>
+	</option>
+
 	<option type="boolean" name="colorize_scrollbar" default="TRUE">
 		<_long_name>Colorize scrollbar</_long_name>
 		<_description>Use colorized scrollbars</_description>
@@ -37,7 +46,6 @@
 		<_description>Sets the Color of Focus</_description>
 	</option>
 
-
 	<option type="enumeration" name="glazestyle" default="0">
 		<_long_name>Glaze Style</_long_name>
 		<section>General</section>
@@ -249,6 +257,9 @@
 		<enumeration value="2">
 			<label>Shadow</label>
 		</enumeration>
+		<enumeration value="2">
+			<label>Extended Shadow</label>
+		</enumeration>
 	</option>
 
 	<option type="boolean" name="rgba" default="TRUE">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]