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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jul 9 16:53:23 EEST 2007
Author: lucasr
Date: 2007-07-09 16:53:19 +0300 (Mon, 09 Jul 2007)
New Revision: 12698

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc
Log:
2007-07-09  Lucas Rocha  <lucas.rocha at nokia.com>

	* rc/hildonappsmenu.rc: set the viewport background color to avoid
	needing to paint the menu item one.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-09 13:43:16 UTC (rev 12697)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-09 13:53:19 UTC (rev 12698)
@@ -1,5 +1,10 @@
 2007-07-09  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* rc/hildonappsmenu.rc: set the viewport background color to avoid
+	needing to paint the menu item one.
+
+2007-07-09  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* rc/Makefile.am, rc/gtkrc.maemo_af_desktop.rc, rc/hildonappsmenu.rc: new RC 
 	file for applications menu theming.
 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc	2007-07-09 13:43:16 UTC (rev 12697)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonappsmenu.rc	2007-07-09 13:53:19 UTC (rev 12698)
@@ -23,8 +23,6 @@
 
 style "hildon-apps-menu-pane1-item"
 {
-  bg[NORMAL] = "#555753"
-
   engine "sapwood"
   {
     # Image for active focus.
@@ -45,8 +43,6 @@
 
 style "hildon-apps-menu-pane2-item"
 {
-  bg[NORMAL] = "#888A85"
-
   engine "sapwood"
   {
     # Image for active focus.
@@ -67,7 +63,9 @@
 
 widget "hildon-apps-menu" style "hildon-apps-menu"
 widget "*.hildon-apps-menu-pane1" style "hildon-apps-menu-pane1"
+widget "*.hildon-apps-menu-pane1.GtkViewport"  style "hildon-apps-menu-pane1"
 widget "*.hildon-apps-menu-pane2" style "hildon-apps-menu-pane2"
+widget "*.hildon-apps-menu-pane2.GtkViewport"  style "hildon-apps-menu-pane2"
 widget "*.hildon-apps-menu-pane1-item" style "hildon-apps-menu-pane1-item"
 widget "*.hildon-apps-menu-pane2-item" style "hildon-apps-menu-pane2-item"
 widget "*.hildon-apps-menu-pane1-item.*.GtkLabel"  style "hildon-apps-menu-pane-label"


More information about the maemo-commits mailing list