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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Oct 1 16:41:02 EEST 2007
Author: mdk
Date: 2007-10-01 16:41:01 +0300 (Mon, 01 Oct 2007)
New Revision: 14242

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc
Log:
Fix the active focus on notification menu item.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-10-01 13:30:49 UTC (rev 14241)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-10-01 13:41:01 UTC (rev 14242)
@@ -1,7 +1,11 @@
+2007-10-01  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/hildonnavigator.rc: Fix the active focus on notification menu item.
+
 2007-10-01  Tomas Junnonen  <tomas.junnonen at nokia.com>
 
-        * rc/hildonkeyboard.rc: Use DefaultTextColor as word completion
-        candidate button foreground.
+	* rc/hildonkeyboard.rc: Use DefaultTextColor as word completion
+	candidate button foreground.
 
 2007-10-01  Johan Bilien  <johan.bilien at nokia.com>
 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc	2007-10-01 13:30:49 UTC (rev 14241)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonnavigator.rc	2007-10-01 13:41:01 UTC (rev 14242)
@@ -502,12 +502,19 @@
     {
       function = BOX
       state = PRELIGHT
-      file = "../images/qgn_plat_task_switcher_focus_active.png"
+      file = "../images/qgn_plat_task_notification_focus_active.png"
       border = { 6, 6, 6, 6 }
     }
-   image
+    image
     {
       function = BOX
+      state = SELECTED
+      file = "../images/qgn_plat_task_notification_focus_active.png"
+      border = { 6, 6, 6, 6 }
+    }
+    image
+    {
+      function = BOX
       detail = "hseparator"
       file = "../images/qgn_plat_task_notification_menu_separator.png"
       border = { 12, 12, 0, 0 }


More information about the maemo-commits mailing list