[maemo-commits] [maemo-commits] r9773 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 9 15:54:42 EET 2007
Author: xan
Date: 2007-02-09 15:54:41 +0200 (Fri, 09 Feb 2007)
New Revision: 9773

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc
Log:
2007-02-09  Xan Lopez  <xan.lopez at nokia.com>

	* rc/gtkentry.rc: change drawing from BOX to SHADOW, drop hildonlike property.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-09 13:34:50 UTC (rev 9772)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-09 13:54:41 UTC (rev 9773)
@@ -1,3 +1,7 @@
+2007-02-09  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/gtkentry.rc: change drawing from BOX to SHADOW, drop hildonlike property.
+
 2007-02-06  Tommi Komulainen  <tommi.komulainen at nokia.com>
 
 	* rc/gtkmenu.rc (osso-menu): Remove scroll arrow background painting.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc	2007-02-09 13:34:50 UTC (rev 9772)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkentry.rc	2007-02-09 13:54:41 UTC (rev 9773)
@@ -9,14 +9,13 @@
 
 style "osso-entry" {
 
-	GtkEntry::hildonlike = 1
 	GtkEntry::horizontal-border = 6
 	GtkEntry::vertical-border = 0
 	GtkEntry::show-last-char = 1
 	
 	engine "sapwood" {
 		image {
-			function = BOX
+			function = SHADOW
 			state = INSENSITIVE
 			file = "../images/qgn_plat_single_line_input_disabled.png"
 			border = { 2, 2, 2, 2 }
@@ -26,7 +25,7 @@
 
 	engine "sapwood" {
 		image {
-			function = BOX
+			function = SHADOW
 			file = "../images/qgn_plat_single_line_input.png"
 			border = { 2, 2, 2, 2 }
 			stretch = TRUE


More information about the maemo-commits mailing list