r634 - trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Jan 29 17:29:48 CET 2007


Author: thomas
Date: 2007-01-29 17:29:47 +0100 (Mon, 29 Jan 2007)
New Revision: 634

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane
Log:
Add "pressed" state to field add/remove buttons


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane	2007-01-29 16:02:19 UTC (rev 633)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane	2007-01-29 16:29:47 UTC (rev 634)
@@ -5,7 +5,7 @@
 			function = BOX
 			file = "field_widget_bg.png"
 			stretch = TRUE
-			border = { 22, 22, 12, 12 }
+			border = { 22, 22, 21, 24 }
 		}
 		image {
 			function = VLINE
@@ -24,8 +24,14 @@
 	engine "pixmap" {
 		image {
 			function = BOX
+			shadow = OUT
 			file = "field_btn_add.png"
 		}
+		image {
+			function = BOX
+			shadow = IN
+			file = "field_btn_add_p.png"
+		}
 	}
 }
 widget "*.addbutton" style "addbutton"
@@ -36,8 +42,14 @@
 	engine "pixmap" {
 		image {
 			function = BOX
+			shadow = OUT
 			file = "field_btn_remove.png"
 		}
+		image {
+			function = BOX
+			shadow = IN
+			file = "field_btn_remove_p.png"
+		}
 	}
 }
 widget "*.removebutton" style "removebutton"





More information about the commitlog mailing list